Successor to s8n/auth-limbo following 2026-05-07 void-death incident. Production-grade auth/login gatekeeper aspiring to 2b2t queue robustness while explicitly avoiding pay-to-play / opaque-tier drama. AGPL-3.0. Java 21. Paper 1.21.x. Status: 0.1.0-SNAPSHOT, design phase. Architecture + roadmap docs land from parallel research agents in subsequent commits.
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
# ROADMAP
|
|
|
|
> **Placeholder.** Full roadmap lands from a parallel research agent in
|
|
> a subsequent commit. Until then, the closest existing reference is
|
|
> v1's roadmap note:
|
|
>
|
|
> <https://git.s8n.ru/s8n/auth-limbo/blob/main/docs/V2-ROADMAP.md>
|
|
>
|
|
> That document sketches the milestones identified during the v1
|
|
> lifecycle. Treat it as the starting point — items will be re-scoped
|
|
> and re-prioritised as v2 design firms up.
|
|
|
|
## High-level phases (sketch)
|
|
|
|
### Phase 0 — bootstrap (current)
|
|
|
|
- Repo scaffold ✅
|
|
- Mission, drama-avoidance docs ✅
|
|
- Stub plugin compiles ✅
|
|
- Architecture + roadmap docs (this commit and the next) ⏳
|
|
|
|
### Phase 1 — design
|
|
|
|
- Architecture doc landed.
|
|
- State machine fully diagrammed.
|
|
- Failure-mode catalogue complete.
|
|
- Test plan written.
|
|
|
|
### Phase 2 — implementation
|
|
|
|
- State machine implemented.
|
|
- AuthMe integration ported / rewritten from v1.
|
|
- Persistence layer.
|
|
- Observability surface.
|
|
|
|
### Phase 3 — hardening
|
|
|
|
- Storm test (200-concurrent-login).
|
|
- Security review.
|
|
- Regression test for every historical v1 bug.
|
|
|
|
### Phase 4 — 1.0.0
|
|
|
|
- All five "done" criteria from MISSION.md hold.
|
|
- Tag, release notes, reproducible-build hash published.
|
|
- v1 deprecated.
|
|
|
|
Detailed task list and milestones land with the real ROADMAP.md.
|