Caronte
OAuth2 logic to easy integrate any web framework
Installation
Add this line to your application's Gemfile:
gem 'caronte'
And then execute:
$ bundle
Or install it yourself as:
$ gem install caronte
Usage
There is a gem to mantain an oauth2 service but it relies on rails. This one has the purpose to not rely on any web framework.
Mantainers
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request