OmniAuth is a Ruby authentication framework that provides a standardized interface to many different authentication providers such as Facebook, OpenID, and even traditional username and password. Quick Links Getting Started To use OmniAuth in a project with a Gemfile, just add each of the strategies you want to use individually: gem ‘omniauth-github’ gem ‘omniauth-openid’ Now you can use the OmniA