managarten/packages/shared-auth-ui/src/pages
Till JS 8f56feb115 feat(auth): session management UI and improved account lockout feedback
Session management:
- GET /auth/sessions and DELETE /auth/sessions/:id endpoints
- listSessions() and revokeSession() in shared-auth client
- SessionManager component: active sessions list with device info,
  "Aktuell" badge, revoke individual or all other sessions
- Integrated in ManaCore settings page

Account lockout UX:
- Dedicated amber lockout banner (distinct from generic rate-limit)
- "Konto vorübergehend gesperrt" with MM:SS countdown
- "Passwort zurücksetzen" link as alternative action
- formatCountdown helper for clean time display

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 11:55:32 +01:00
..
ForgotPasswordPage.svelte fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
LoginPage.svelte feat(auth): session management UI and improved account lockout feedback 2026-03-27 11:55:32 +01:00
RegisterPage.svelte feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00