brewlog/src/application
Jon Seager 16a4704fcf
feat(account): add account page with passkey and token management
- Add /account page with passkey list, token list, and sign-out
- Replace nav login/logout buttons with user icon linking to /account or /login
- Add passkey management: add new passkeys (WebAuthn ceremony), delete with confirmation
- Add token management: create, copy one-time value, revoke with confirmation
- Add user/key/clipboard icon macros
- Add PasskeyCredentialRepository::get() for ownership verification
- Add WebAuthn passkey/start and passkey/finish endpoints for adding passkeys
2026-02-05 11:24:43 +00:00
..
routes feat(account): add account page with passkey and token management 2026-02-05 11:24:43 +00:00
auth.rs feat: improved trace logging 2025-11-26 12:01:53 +00:00
errors.rs feat(brews): add application routes and server integration 2026-02-02 19:30:45 +00:00
mod.rs chore: rename server crate to application 2025-11-25 21:40:39 +00:00
server.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00