Add token revocation support (RFC 7009)#1135
Closed
tomsisk wants to merge 27 commits intothephpleague:masterfrom
Closed
Add token revocation support (RFC 7009)#1135tomsisk wants to merge 27 commits intothephpleague:masterfrom
tomsisk wants to merge 27 commits intothephpleague:masterfrom
Conversation
|
Thanks! |
Author
|
Any feedback on this? |
|
Code looks good, I like the possibility of revoking access tokens from a refresh token (canRevokeAccessTokens). |
|
@Sephster why is this PR ignored? |
Member
|
It's not been prioritised yet but I will get to it in time. Sorry for the delay. |
|
I would highly appreciate if this was already implemented, because it's not easy to implement token revocation in project that uses this lib. |
|
Any news on this? |
|
I'm also interested on this feature. |
|
Would also be interested on this feature. |
|
Any update? @Sephster |
|
@Sephster Any news on this? Thanks |
Contributor
Member
|
Closing in favour of #1473 which is close to being merged. Apologies this one was not progressed further |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the merge conflicts in #995 by @jacobweber
https://tools.ietf.org/html/rfc7009