Authentication & sessions
- Passwords hashed with modern one-way algorithms (never stored in plaintext)
- Server-side session handling with secure cookies where applicable
- Session expiry and logout-all-devices controls in Account
- Administrative functions require server-side authorization (not client flags alone)
- User 2FA: roadmap (TOTP) — enablement tracked for Premium / Operator
- Admin 2FA: required for Operator console before production privilege expansion
- Login anomaly alerts: failed-attempt logging and rate limits; email alerts roadmap