mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
.. | ||
lib | ||
spec | ||
.gemtest | ||
.rspec | ||
.yardopts | ||
LICENSE | ||
oa-more.gemspec | ||
Rakefile | ||
README.rdoc | ||
VERSION |
= 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 == OmniAuth Builder If you want to allow multiple providers, use the OmniAuth Builder: use OmniAuth::Builder do provider :flickr, 'api_key', 'secret_key', :scope => 'read' end