-
Notifications
You must be signed in to change notification settings - Fork 90
token revocation endpoint support (fixes #49) #62
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
Conversation
0ca9add
to
7614c4e
Compare
🦋 Changeset detectedLatest commit: 6de93dc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3a1c556
to
961ec74
Compare
961ec74
to
4350a48
Compare
@kentonv does this look ok to you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this written by hand or with AI? No problem using AI obviously, but if so the commits / PR description should say so, and ideally include the prompts.
…ers-oauth-provider into fix-revoke-token
used detailed solution in #49 as the base for my implementation and fleshed out the full RFC 7009 requirements with Claude Code, wasn't really familiar with that |
Please update the PR description to say that Claude Code was used. (Meanwhile I just switched the repo settings to require squash+merge with PR title+description as the final commit title+description...) |
uses shared request parsing with parameter-based routing:
parseTokenEndpointRequest()
handles client authentication and body parsing once, then routes to eitherhandleRevocationRequest()
orhandleTokenRequest()
based on request parametersclaude code was using in this PR