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

Access token revocation on code reuse attempt #19

Open
tekul opened this issue Mar 26, 2015 · 0 comments
Open

Access token revocation on code reuse attempt #19

tekul opened this issue Mar 26, 2015 · 0 comments
Labels

Comments

@tekul
Copy link
Owner

tekul commented Mar 26, 2015

OP-OAuth-2nd-Revokes requires that using an authorization code twice revokes access tokens.

See also 10.5 of RFC6749

The requirement is only for access tokens based on the code itself, but this won't be possible for JWT tokens which aren't cached at the OP. The code would also have to be stored with the token.

@tekul tekul added the feature label Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant