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

feat: fix refresh token reuse revocation #1312

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

hf
Copy link
Contributor

@hf hf commented Nov 20, 2023

Refresh token reuse revocation was broken, as an error was returned from the transaction where the revocation took place, which rolled back any changes. This went unnoticed as the reuse error was sent. Ouch.

@hf hf requested a review from a team as a code owner November 20, 2023 10:06
@hf hf force-pushed the hf/fix-refresh-token-reuse-detection branch from 9570f90 to 494b921 Compare November 20, 2023 11:41
@hf hf merged commit 6e313f8 into master Nov 20, 2023
1 check passed
@hf hf deleted the hf/fix-refresh-token-reuse-detection branch November 20, 2023 15:09
Copy link
Contributor

🎉 This PR is included in version 2.115.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

uxodb pushed a commit to uxodb/auth that referenced this pull request Nov 13, 2024
Refresh token reuse revocation was broken, as an error was returned from
the transaction where the revocation took place, which rolled back any
changes. This went unnoticed as the reuse error was sent. Ouch.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 13, 2024
Refresh token reuse revocation was broken, as an error was returned from
the transaction where the revocation took place, which rolled back any
changes. This went unnoticed as the reuse error was sent. Ouch.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 15, 2024
Refresh token reuse revocation was broken, as an error was returned from
the transaction where the revocation took place, which rolled back any
changes. This went unnoticed as the reuse error was sent. Ouch.
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.

2 participants