doorkeeper

https://github.com/doorkeeper-gem/doorkeeper

Ruby

Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.

Doorkeeper::OAuth::ClientAuthentication::PrivateKeyJwt.verified_claims

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:doorkeeper-gem/doorkeeper.git

cd doorkeeper

open lib/doorkeeper/oauth/client_authentication/private_key_jwt.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Doorkeeper--OAuth--ClientAuthentication--PrivateKeyJwt-verified_claims-for-pr


# Commit to git

git add lib/doorkeeper/oauth/client_authentication/private_key_jwt.rbgit commit -m "better docs for Doorkeeper::OAuth::ClientAuthentication::PrivateKeyJwt.verified_claims"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Doorkeeper--OAuth--ClientAuthentication--PrivateKeyJwt-verified_claims-for-pr

hub pull-request


# Celebrate!