https://github.com/jetthoughts/oauth2-me-ruby
The ruby client for oauth2.me service.
https://github.com/jetthoughts/oauth2-me-ruby
Last synced: about 1 year ago
JSON representation
The ruby client for oauth2.me service.
- Host: GitHub
- URL: https://github.com/jetthoughts/oauth2-me-ruby
- Owner: jetthoughts
- License: mit
- Created: 2014-09-28T19:41:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T17:26:48.000Z (over 10 years ago)
- Last Synced: 2025-04-13T14:04:16.152Z (about 1 year ago)
- Language: Ruby
- Size: 193 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OAuth2Me
OAuth2Me is a ruby client for the [oauth2.me](http://oauth2.me/) service.
## Installation
Add this line to your application's Gemfile:
```ruby
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