[do not merge] force a deploy#1602
Draft
StephenWithPH wants to merge 3 commits into
Draft
Conversation
🚀 PR Environment Deployed
|
StephenWithPH
force-pushed
the
orgless-fixture
branch
2 times, most recently
from
June 18, 2026 17:24
ec7736c to
141162d
Compare
StephenWithPH
force-pushed
the
orgless-fixture
branch
2 times, most recently
from
July 1, 2026 15:50
7c6fd36 to
f83b0d3
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>
StephenWithPH
force-pushed
the
orgless-fixture
branch
from
July 2, 2026 22:22
f83b0d3 to
a291842
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.