No commit activity in last 3 years
No release in over 3 years
A Devise plugin for exposing multiple authentication providers via omniauth.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

> 3.2
~> 1.2
< 5.0
 Project Readme

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