Auth pages in the SPA (signup, verify, login, reset) #16
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The M1 backend flows need their user-facing pages, localized and matching the plain professional style.
Scope
Build routes
/signup,/verify-email,/login,/forgot-password,/reset-passwordwith react-hook-form + shared Zod schemas, inline field errors, success/pending states (e.g. 'check your inbox'), and an auth context that loads/auth/me, guards private routes, and renders the user menu (name, logout) in the top bar. Handleregistration_mode=closed(hide signup, show hint on direct visit).Acceptance criteria
deandenTechnical notes
Dependencies
Depends on #5, #13, #14, #15.
Size: ~2 days
Conventions: English code/comments, clear human-readable code, no hard-coded UI strings (ADR 0012, add
deanden), permission checks only via the shared guard (docs/architecture/permissions.md). Read the referenced ADRs before starting.