Skip to content

fix: race condition on access_token - #22

Merged
JerryImMouse merged 1 commit into
masterfrom
fix/race-condition-on-refresh
Aug 31, 2026
Merged

fix: race condition on access_token#22
JerryImMouse merged 1 commit into
masterfrom
fix/race-condition-on-refresh

Conversation

@JerryImMouse

Copy link
Copy Markdown
Owner

What
Adds some RefreshGuard to prevent multiple refresh requests.
It should be tested properly, but its another story about #12. For now let's leave it as is.

Resolves #15
Why
There is a #15, just read it.

Checklist

  • cargo fmt passes
  • cargo clippy passes
  • README / OpenAPI updated, if the public API changed

@JerryImMouse
JerryImMouse enabled auto-merge (squash) August 31, 2026 19:31
@JerryImMouse
JerryImMouse merged commit 690afdd into master Aug 31, 2026
7 checks passed
@JerryImMouse
JerryImMouse deleted the fix/race-condition-on-refresh branch August 31, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: data race on access_token refresh

1 participant