docs: update roadmap to reflect completed auth services

This commit is contained in:
Johan Lundberg 2026-02-13 15:03:46 +01:00
parent 4774ae3c2f
commit 6d8019464f
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1

View file

@ -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)
---