dorfteich/apps/api/src
Claude Fable 5 0bc80c9f93 Add auth, settings, and admin UI to the SPA
The web app grows its account surface: login (with next-redirect,
unverified-hint + resend), signup (react-hook-form + shared Zod
schemas, field-level api errors, closed-registration state fed by the
new public GET /auth/registration), e-mail verification, forgot/reset
password; a settings page with profile (locale applies immediately),
password change, and active-session management; a Site-Admin page for
instance name, default locale, and registration mode. AuthProvider
holds /auth/me, applies the profile locale, and backs route guards
(RequireAuth/RequireAnonymous/RequireSiteAdmin); the top bar gains a
user menu. All strings ship in the new auth/settings namespaces (de+
en); the exception filter now preserves handler-specific error codes.
Verified live: signup → Mailpit → verify → login → profile through
the Vite proxy.

Closes #16
Closes #17
Closes #18
Closes #19

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 05:35:56 +02:00
..
admin Add account/session endpoints and typed instance settings with admin API 2026-07-05 05:26:45 +02:00
auth Add auth, settings, and admin UI to the SPA 2026-07-05 05:35:56 +02:00
common Add auth, settings, and admin UI to the SPA 2026-07-05 05:35:56 +02:00
config Add NestJS API skeleton with config, logging, and /healthz 2026-07-04 19:10:07 +02:00
health Add authentication: signup, verification, sessions, password reset 2026-07-05 05:22:31 +02:00
i18n Add mail outbox with SMTP delivery worker and templates 2026-07-05 00:46:12 +02:00
mail Add mail outbox with SMTP delivery worker and templates 2026-07-05 00:46:12 +02:00
prisma Add Prisma with PostgreSQL, automatic migrations, and /readyz 2026-07-04 19:16:44 +02:00
rate-limit Add DB-backed rate limiting with guard and decorator 2026-07-05 00:43:54 +02:00
settings Add account/session endpoints and typed instance settings with admin API 2026-07-05 05:26:45 +02:00
testing Add authentication: signup, verification, sessions, password reset 2026-07-05 05:22:31 +02:00
users Add account/session endpoints and typed instance settings with admin API 2026-07-05 05:26:45 +02:00
app.module.ts Add account/session endpoints and typed instance settings with admin API 2026-07-05 05:26:45 +02:00
main.ts Add authentication: signup, verification, sessions, password reset 2026-07-05 05:22:31 +02:00