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
- Fork it ( https://github.com/tmwh/oauth2-me-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request