doorkeeper
https://github.com/doorkeeper-gem/doorkeeper
Ruby
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
3 Subscribers
Add a CodeTriage badge to doorkeeper
Help out
- Issues
- fix: use access_denied for resource_owner_authorize_for_client per RFC 6749 §4.1.2.1
- Revoke issued tokens when an authorization code is reused [#1713]
- Add jwt-bearer grant (ID-JAG) support
- Fix introspection of refresh tokens bound to expired access tokens
- Introspecting a refresh token bound to an expired access token returns `active: false` even though the token is still usable
- fix: redirect unauthorized_client errors per RFC 6749 Section 4.1.2.1
- Docs
- Doorkeeper::Config::Validations#redacted_issuer
- Doorkeeper::Config::Validations#validate_issuer_metadata_discoverability
- Doorkeeper::Config::Validations#validate_issuer_format
- Doorkeeper::OAuth::CodeResponse#iss_parameter
- Doorkeeper::AccessTokenMixin::ClassMethods#refresh_token_matches?
- Doorkeeper::Errors::MultipleClientAuthMethods#reason
- Doorkeeper::Errors::MultipleClientAuthMethods#type
- Doorkeeper::Request.validate_client_authentication!
- Doorkeeper::Config::Validations#validate_refresh_token_flow
- Doorkeeper::Config::Builder#deprecated