omniauth--omniauth/oa-more
chouti aef69e491e modify typo 2011-04-25 19:55:49 +08:00
..
lib modify typo 2011-04-25 19:55:49 +08: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
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
VERSION New versioning system to support testing on http://test.rubygems.org/ 2011-04-22 11:41:33 -05:00
oa-more.gemspec Update multi_json dependency 2011-04-24 07:12:58 -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