Skip to content
Nikita Bulai edited this page Nov 24, 2016 · 6 revisions

Welcome to the Grape::OAuth2 wiki!

About

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:

Demo app

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.

Contributing

You are very welcome to help improve Grape::OAuth2 if you have suggestions for features that other people can use.

To contribute:

  1. Fork the project.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Implement your feature or bug fix.
  4. Add documentation for your feature or bug fix.
  5. Add tests for your feature or bug fix.
  6. Run rake spec to make sure all tests pass.
  7. Commit your changes (git commit -am 'Add new feature').
  8. Push to the branch (git push origin my-new-feature).
  9. Create new pull request.

Thanks.