Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a token revocation endpoint for OAuth2 access and refresh tokens #901

Closed
porcellus opened this issue Jul 30, 2024 · 0 comments
Closed

Comments

@porcellus
Copy link
Collaborator

  • We expect it to match: https://datatracker.ietf.org/doc/html/rfc7009
  • It should forward the token to the core which will handle revocation in db
  • Also add a related index function (to expose this to users) and recipe interface function (to allow overriding) and API interface function (to allow API overrides)
  • Internally, we want to match our own naming conventions, but when loading info from the request we need to match the RFC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants