omniauth/oa-more
Erik Michaels-Ober 17d5ce6797 Remove ZenTest 2011-08-11 22:37:06 -07:00
..
lib Alphabetize strategies 2011-08-03 10:07:34 -07:00
spec
.gemtest
.rspec
.yardopts
Gemfile
LICENSE
README.rdoc
Rakefile
oa-more.gemspec Remove ZenTest 2011-08-11 22:37:06 -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