docs: add backlog item 999.3 — public access auth model

This commit is contained in:
2026-04-08 22:54:21 +02:00
parent 8b8a8868d1
commit 9054938d88
2 changed files with 8 additions and 0 deletions

View File

@@ -292,3 +292,11 @@ Plans:
Plans: Plans:
- [ ] TBD (promote with /gsd:review-backlog when ready) - [ ] TBD (promote with /gsd:review-backlog when ready)
### Phase 999.3: Public Access Auth Model (BACKLOG)
**Goal**: Rework auth so the app is accessible without logging in. Currently all routes require authentication, but public-facing pages (discovery/browse, shared setups, public profiles) should be viewable by unauthenticated users. Auth only required for write operations and personal data.
**Requirements**: TBD
**Plans**: TBD
Plans:
- [ ] TBD (promote with /gsd:review-backlog when ready)