Sha256: de6a192df8e7229250e5bd0a6cb13c817e5ddf052db119cb0b6f319be7d8c6e4

Contents?: true

Size: 479 Bytes

Versions: 15

Compression:

Stored size: 479 Bytes

Contents

= 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

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
oa-more-0.3.2 README.rdoc
oa-more-0.3.0 README.rdoc
oa-more-0.3.0.rc3 README.rdoc
omniauth-0.2.6 oa-more/README.rdoc
oa-more-0.2.6 README.rdoc
omniauth-0.2.5 oa-more/README.rdoc
oa-more-0.2.5 README.rdoc
oa-more-0.2.4 README.rdoc
oa-more-0.2.3 README.rdoc
oa-more-0.2.2 README.rdoc
oa-more-0.2.1 README.rdoc
oa-more-0.2.0 README.rdoc
oa-more-0.2.0.beta5 README.rdoc
oa-more-0.2.0.beta4 README.rdoc
oa-more-0.2.0.beta3 README.rdoc