fix(auth): add proactive token refresh for SaaS mode #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/auth-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Child app had no token refresh — sessions expired after 15 minutes when
the access token expired. Serves saas-refresh.js with the refresh URL
baked in at serve time. Refreshes every 13 minutes, retries on failure,
and refreshes immediately when a backgrounded tab becomes visible.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com