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

use session id when revoking reference tokens for refresh token #1321

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

brockallen
Copy link
Member

Fixes: #906

Does add a new param to RemoveReferenceTokensAsync on IReferenceTokenStore, and to the RemoveAllAsync helper on DefaultGrantStore<T>. I don't expect many customers are overriding these classes/methods, but it's possible.

@brockallen brockallen added bug Something isn't working needs_docs breaking_change labels Jun 5, 2023
@brockallen brockallen added this to the 7.0 milestone Jun 5, 2023
@josephdecock josephdecock merged commit 7f4961f into main Jul 7, 2023
@josephdecock josephdecock deleted the brock/rt-revocation-include-sid branch July 7, 2023 16:28
@josephdecock josephdecock mentioned this pull request Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refresh token revocation should filter on sid for reference tokens
2 participants