- Narrow the unhandledrejection error handler: removed "unauthorized" and "auth/" patterns which were too broad and cleared sessions on unrelated API 401s or any URL containing "auth/". Now only matches specific Supabase strings (invalid refresh token, jwt expired, etc.) - Wire up the Remember Me checkbox in Login — was purely decorative before. Defaults to checked, stores aethex_remember_me in localStorage - Authentik SSO callback now sets a 30-day cookie so SSO sessions survive browser restarts (AuthContext promotes it to localStorage) - AuthContext clears local session on load if remember-me flag is absent (respects user's choice to not stay logged in) - signOut now removes aethex_remember_me from localStorage Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ArmThemeContext.tsx | ||
| AuthContext.tsx | ||
| DiscordActivityContext.tsx | ||
| DiscordContext.tsx | ||
| DocsThemeContext.tsx | ||
| MaintenanceContext.tsx | ||
| SubdomainPassportContext.tsx | ||
| Web3Context.tsx | ||