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