Sha256: 7917e6004ef61f6352e72450b398980106f21344a21660712dec393e984ae0cb

Contents?: true

Size: 1018 Bytes

Versions: 3

Compression:

Stored size: 1018 Bytes

Contents

# 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.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-infinum-0.11.1 README.md
omniauth-infinum-0.10.0 README.md
omniauth-infinum-0.10.1 README.md