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- auth.account.deleteopenalice-auth · auth/usersPermanently delete the authenticated user's account and revoke all tokens.0.1.0
- auth.profile.updateopenalice-auth · auth/usersUpdate authenticated user's profile fields (display name, avatar, bio).0.1.0
- auth.user.loginopenalice-auth · auth/usersVerify email+password and issue access+refresh JWT pair.0.1.0
- auth.user.login_mfaopenalice-auth · auth/usersExchange a pre-MFA token + TOTP code for a full session. Issued only when /auth/login responds with mfa_required=true. Pre-MFA token is audience-restricted so it can't be used against any downstream service if leaked.0.1.0
- auth.user.meopenalice-auth · auth/usersReturn current authenticated user's profile (id, email, username, status). Side effect — bumps users.last_seen so the user surfaces in the online-users feed.0.1.0
- auth.user.registeropenalice-auth · auth/usersRegister a new user with email + username + password (Argon2id), returns access+refresh JWT pair.0.1.0