Sha256: bde0e77ff7accdd8dbfbe0e8dc86557ba288218dc961214b2e5a87128d42a0c1

Contents?: true

Size: 768 Bytes

Versions: 1

Compression:

Stored size: 768 Bytes

Contents

# Omniauth::MultipleProviders

Good parts for Omniauth and Multiple Providers.

## Installation

Add this line to your application's Gemfile:

    gem 'omniauth'
    gem 'omniauth-facebook' # etc you needs
    gem 'omniauth-twitter'  # etc you needs
    # ...
    gem 'omniauth-multiple_providers'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install omniauth-multiple_providers

## Usage

    $ rails generate omniauth:multiple_providers:install
    $ rake db:migrate # => create provider_users table

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-multiple_providers-0.0.1 README.md