Skip to content

A Devise plugin for exposing multiple authentication providers via omniauth.

License

Notifications You must be signed in to change notification settings

uclibs/devise-multi_auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Devise plugin for exposing multiple authentication providers via omniauth.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%