doorkeeper

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

Ruby

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

Doorkeeper::OAuth::ClientAuthentication::PrivateKeyJwt::KeyResolver.application_jwks

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/key_resolver.rb

Contribute

# Make a new branch

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


# Commit to git

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


# 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--KeyResolver-application_jwks-for-pr

hub pull-request


# Celebrate!