Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.12 KB

OAuth2Server Build Status Code Climate Dependency Status Coverage Status

Modularised, extendable OAuth2 server implementation. Adheres to as many variants of the OAuth2 draft/client as possible.

Installation

Add this line to your application's Gemfile:

gem 'oauth2_server'

And then execute:

$ bundle

Or install it yourself as:

$ gem install oauth2_server

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request