mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
16 lines
286 B
Text
16 lines
286 B
Text
= OmniAuth::More
|
|
|
|
OmniAuth stratgies for authentication providers that do not
|
|
fit into one of the other authentication gems.
|
|
|
|
== Installation
|
|
|
|
To install omniauth as a suite of gems:
|
|
|
|
gem install omniauth
|
|
|
|
To install just the providers in the "more" gem:
|
|
|
|
gem install oa-more
|
|
|
|
|