OAuth2 Rack
OAuth2 Rack implements OAuth2 provider in Rack.
Usage
See an example in config.ru
.
Continuous Integration
Contributing
Forck the repository, make your changes and issue a pull request. Do add test cases so I won't break your code in feature releases.
Bunder
For Linux:
bundle install --without mac_development
For Mac:
bundle install --without linux_development
License
oauth2-rack is licensed under the MIT License.