docs: update roadmap to reflect completed auth services
This commit is contained in:
parent
4774ae3c2f
commit
6d8019464f
1 changed files with 5 additions and 4 deletions
|
|
@ -213,16 +213,17 @@ All SQLite repository tasks are **complete**. See `docs/plans/2026-02-13-sqlite-
|
|||
|
||||
### Quality Gate
|
||||
|
||||
All 64 tests passing. `./scripts/check.sh` all green (ruff format, ruff check, ty check, pytest).
|
||||
All 86 tests passing. `./scripts/check.sh` all green (ruff format, ruff check, ty check, pytest).
|
||||
|
||||
### Roadmap
|
||||
|
||||
Per the design doc, the roadmap is:
|
||||
1. ~~Scaffolding~~ (done)
|
||||
2. ~~SQLite repositories~~ (done)
|
||||
3. **Authentication** (WebAuthn + password) — next phase
|
||||
4. OIDC provider integration (idpyoidc)
|
||||
5. Management UI (OIDC RP that dogfoods the OP)
|
||||
3. ~~Authentication services~~ (done) — PasswordService, WebAuthnService, MagicLinkService
|
||||
4. **Authentication routes** (login/register endpoints + templates) — next phase
|
||||
5. OIDC provider integration (idpyoidc)
|
||||
6. Management UI (OIDC RP that dogfoods the OP)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue