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
|
### 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
|
### Roadmap
|
||||||
|
|
||||||
Per the design doc, the roadmap is:
|
Per the design doc, the roadmap is:
|
||||||
1. ~~Scaffolding~~ (done)
|
1. ~~Scaffolding~~ (done)
|
||||||
2. ~~SQLite repositories~~ (done)
|
2. ~~SQLite repositories~~ (done)
|
||||||
3. **Authentication** (WebAuthn + password) — next phase
|
3. ~~Authentication services~~ (done) — PasswordService, WebAuthnService, MagicLinkService
|
||||||
4. OIDC provider integration (idpyoidc)
|
4. **Authentication routes** (login/register endpoints + templates) — next phase
|
||||||
5. Management UI (OIDC RP that dogfoods the OP)
|
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