omniauth--omniauth/oa-more
Erik Michaels-Ober 05a76deff7 Bump version to 0.3.2 2011-10-20 16:15:58 -07:00
..
lib Bump version to 0.3.2 2011-10-20 16:15:58 -07:00
spec Removing deprecated Flickr strategy. 2011-08-03 17:24:50 +01: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 Allow bundling of unreleased versions of sub-gems 2011-06-28 19:17:40 -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 Replace maruku with rdiscount for Markdown library 2011-08-21 16:52:43 -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