docs(plan): implementation plan for dev disable-login flag (4 tasks)

This commit is contained in:
Joseph Doherty
2026-06-16 08:35:05 -04:00
parent 5cf2d1cb99
commit 56d6508a5b
2 changed files with 441 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"planPath": "docs/plans/2026-06-16-disable-login.md",
"designDoc": "docs/plans/2026-06-16-disable-login-design.md",
"branch": "feature/disable-login",
"tasks": [
{"id": 62, "ref": "DL-1", "subject": "AuthDisableLoginOptions + Roles.All", "class": "small", "status": "pending"},
{"id": 63, "ref": "DL-2", "subject": "AutoLoginAuthenticationHandler + tests", "class": "high-risk", "status": "pending", "blockedBy": [62]},
{"id": 64, "ref": "DL-3", "subject": "Wire flag into AddSecurity + Host + startup warning", "class": "standard", "status": "pending", "blockedBy": [62, 63]},
{"id": 65, "ref": "DL-4", "subject": "Docs + dev config note", "class": "trivial", "status": "pending", "blockedBy": [64]}
],
"lastUpdated": "2026-06-16"
}