Devise::MultiAuth Build Status Version

A Devise plugin leveraging omniauth to expose alternate means for authenticating existing users.

Scenario: As a Developer
Given that I am using Devise
And that I have an existing user Signup process
When I use Devise::MultiAuth
Then I can expose alternate means of authenticating existing users.

Getting Started

Add the following line to your application's Gemfile:

gem 'devise-multi_auth'

And then execute:

$ bundle
$ rails generate devise:multi_auth:install

TODO

At present, this Rails Engine does not expose an obvious means for initiating the connecting between an existing account and an omniauth-enabled account (i.e. login via Github).