Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 605 Bytes

OAuth2Me

OAuth2Me is a ruby client for the oauth2.me service.

Installation

Add this line to your application's Gemfile:

gem 'oauth2-me', github: 'jetthoughts/oauth2-me-ruby'

And then execute:

$ bundle

Usage

Omniauth

The work is still in progress.

Contributing

  1. Fork it ( https://github.com/jetthoughts/oauth2-me-ruby/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 a new Pull Request