- 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> |
||
|---|---|---|
| .. | ||
| api | ||
| components | ||
| contexts | ||
| data | ||
| desktop | ||
| hooks | ||
| lib | ||
| pages | ||
| App.tsx | ||
| desktop-main.html | ||
| desktop-overlay.html | ||
| global.css | ||
| main.tsx | ||
| vite-env.d.ts | ||