omniauth--omniauth/oa-more
Erik Michaels-Ober d259340b7c Remove dynamic code from gemspec because it can only be built one way 2011-05-06 18:14:37 -07:00
..
lib Bump version to 0.2.5 2011-04-28 18:28:40 -07: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 Remove dynamic code from gemspec because it can only be built one way 2011-05-06 18:14:37 -07: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 Remove dynamic code from gemspec because it can only be built one way 2011-05-06 18:14:37 -07: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