No description
Non-JWT tokens (like emergency access tokens) were treated as expired by isTokenExpired(), triggering a MSAL silent refresh that fails and clears the token. Fix: non-JWT tokens are treated as never-expired and skip the 401-retry refresh path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| backend | ||
| frontend | ||
| .env.example | ||
| .gitignore | ||
| deploy.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| run_dev.sh | ||