-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Nikita Bulai edited this page Nov 24, 2016
·
6 revisions
Welcome to the Grape::OAuth2
wiki!
Grape::OAuth2
is a flexible, ORM-agnostic and customizable OAuth2 provider for Grape APIs. The gem is in active development.
Currently it support only MRI
>= 2.2.2.
More info:
You can find an example apps for the different ORMs in the spec/dummy directory.
Or take a look at the real app using Grape, GrapeOAuth2, ActiveRecord 5, pg, Dotenv and other gems.
You are very welcome to help improve Grape::OAuth2
if you have suggestions for features that other people can use.
To contribute:
- Fork the project.
- Create your feature branch (
git checkout -b my-new-feature
). - Implement your feature or bug fix.
- Add documentation for your feature or bug fix.
- Add tests for your feature or bug fix.
- Run
rake spec
to make sure all tests pass. - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new pull request.
Thanks.