/omniauth-acclaim

Primary LanguageRubyMIT LicenseMIT

Omniauth::Acclaim

Build Status

Gem Version

The omniauth-acclaim gem integrates with the oAuth2 provider on the Acclaim platform. It follows the strategy pattern established by omniauth.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-acclaim'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install omniauth-acclaim

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com/brentkastner/omniauth-acclaim/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request