Account security
- Passwords are stored only as salted hashes, never in plain text.
- Sign-in uses signed session tokens with an expiry, and sessions can be ended by logging out.
- Google sign-in is available so you can rely on your Google account's own protections.
- Repeated failed login attempts are rate-limited to slow down guessing.
- You can change your password at any time from Settings, and reset it by email if you forget it.