From 0f99ee53bc929cad506c495b22d9a6629be7dec4 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sun, 28 Jun 2026 18:53:22 -0400 Subject: [PATCH] Update README: mark push, WebAuthn, Swagger as done --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2a5b62..34f5946 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,11 @@ npm run dev - [x] TUI client (Bubbletea, vim-style, voice support) - [x] Roles & permissions system - [x] Push notification backend (VAPID) +- [x] Push notification frontend (subscribe toggle in settings) - [x] WebAuthn passkey scaffolding -- [ ] Push notification frontend integration (needs VAPID keys) -- [ ] REST API documentation (OpenAPI/Swagger) -- [ ] WebAuthn passkeys (frontend) +- [x] WebAuthn frontend (register/login buttons) +- [x] REST API documentation (Swagger UI at /docs) +- [ ] WebAuthn backend completion (begin/finish flow) ## Project Structure