Sha256: 5049c561b77a76a12528cf4041e5cbf528c75e15496302d060221659593a6f3d
Contents?: true
Size: 656 Bytes
Versions: 2
Compression:
Stored size: 656 Bytes
Contents
# OmniAuth Exvo This gem contains the official Exvo strategy for OmniAuth 1.0. It depends on the [exvo_helpers](https://github.com/Exvo/exvo_helpers) gem for its configuration. There is also [exvo-auth](https://github.com/Exvo/exvo_auth) gem, which provides additional helper methods, which make both users and app authorizations at Exvo easier. ## Installation Add to your `Gemfile`: ```ruby gem 'omniauth-exvo' ``` Then `bundle install`. ## Basic usage ```ruby use OmniAuth::Builder do provider :exvo, ENV['AUTH_CLIENT_ID'], ENV['AUTH_CLIENT_SECRET'] end ``` Copyright © 2011-2012 Exvo.com Development BV, released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-exvo-0.0.2 | README.md |
omniauth-exvo-0.0.1 | README.md |