Omniauth::Infinum

Installation

Add this line to your application's Gemfile:

gem 'omniauth-infinum'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-infinum

Usage

There are 3 generators included in this gem: install, auth and config

The install generator can be called like this rails g infinum:omniauth:install this will create the basic folder structure to use the omniauth gem. It will also ask if it should configure the app to use omniauth infinum as a standalone method of authentification.

The auth generator can be called like this rails g infinum:omniauth:auth this will create controller methods that enable your app to use omniauth-infinum as a standalone method of authentification.

The install generator can be called like this rails g infinum:omniauth:config will ask for configuration parameters and automatically configure the setup to use the infinumID app you specified. This will also configure the user model.