omniauth--omniauth/oa-more
Erik Michaels-Ober 9c456b4fdd Update yard dependency to version 0.7 2011-05-18 08:46:04 -04:00
..
lib Fixed handling of no logged in user on IGN. Fixed error from previous hack. 2011-05-01 17:31:08 -04:00
spec Replace watchr with autotest 2011-04-22 13:13:24 -05:00
.gemtest Gem dependency refactor 2011-04-22 02:52:52 -05:00
.rspec Made in America. 2011-04-22 02:37:29 -05:00
.yardopts Gem dependency refactor 2011-04-22 02:52:52 -05:00
Gemfile Update yard dependency to version 0.7 2011-05-18 08:46:04 -04:00
LICENSE Adding oa-more gem skeleton 2011-01-12 08:47:03 -06:00
README.rdoc Flickr strategy for oa-more. 2011-01-31 00:42:58 +08:00
Rakefile Gem dependency refactor 2011-04-22 02:52:52 -05:00
oa-more.gemspec Update yard dependency to version 0.7 2011-05-18 08:46:04 -04:00

README.rdoc

= 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