[do not merge] force a deploy in service of ERA-13337#1582
Draft
StephenWithPH wants to merge 3 commits into
Draft
[do not merge] force a deploy in service of ERA-13337#1582StephenWithPH wants to merge 3 commits into
StephenWithPH wants to merge 3 commits into
Conversation
🚀 PR Environment Deployed
|
50413b9 to
cbd6392
Compare
de249c1 to
c3805e6
Compare
c3805e6 to
98f2eaa
Compare
Set useRefreshTokens on the Auth0Provider so auth0-spa-js requests offline_access and Auth0 issues a rotating refresh token. No user-facing behavior change yet: nothing renews with it until the follow-up wires renewal into RequestConfigManager. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
On a retriable 401, silently mint a fresh token via getAccessTokenSilently (refresh-token grant), persist it (cookie + Redux), and replay the request once. The replay carries a private client-only 'retriedAfterRefresh' marker so a repeat 401 can't loop back into another refresh. Renewal failure or a repeat 401 falls through to the existing sign-out; non-401 and skipAuth requests are untouched. Adds RequestConfigManager tests (none existed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
98f2eaa to
6386768
Compare
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.
No description provided.