The ledger
Every annotated feature, searchable. Each row points to the exact source line where the annotation lives.
Spectrum · top 12 categories
tap to filter- live.auth.forgot-passwordopenalice-live · live/authPublic form that asks tenants to email a password-reset link. Always returns generic copy to avoid account-enumeration leaks.0.3.0
- live.auth.loginopenalice-live · live/authPublic login form — email + password, two-leg MFA prompt for accounts with TOTP/email-MFA.0.3.0
- live.auth.password-strengthopenalice-live · live/authHeuristic password-strength meter (close-enough to zxcvbn) plus visual bars. Stays local until v0.7 promotes a shared meter.0.3.0
- live.auth.reset-passwordopenalice-live · live/authLands here from the password-reset email link. Form: new password + confirm. POSTs to /tenants/reset-password.0.3.0
- live.auth.session-bridgeopenalice-live · live/authStash tenants-issued JWT into the shared SSO localStorage slot.0.3.0
- live.auth.signupopenalice-live · live/authPublic signup form — email, username, display name, password (with strength meter), ToS opt-in.0.3.0
- live.auth.verify-emailopenalice-live · live/authConfirms the verification token from the welcome email. Auto-POSTs on mount; surfaces a re-send button on failure when the user is logged in.0.3.0