trails/apps/journal
Ullrich Schäfer 2215099501
Fix auth: separate API routes, verify registration with real DB
- Move auth logic from page actions to dedicated API routes
  (/api/auth/register, /api/auth/login) — React Router page
  actions don't handle JSON fetch() properly
- Remove server imports from page components
- Verify registration start works end-to-end with PostgreSQL:
  WebAuthn challenge generated, user ID created, RP set to localhost

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:55:49 +01:00
..
app Fix auth: separate API routes, verify registration with real DB 2026-03-23 17:55:49 +01:00
Dockerfile Add infrastructure: Terraform, Docker Compose, BRouter, CD pipeline (#2) 2026-03-22 13:32:01 +01:00
package.json Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00
react-router.config.ts Complete monorepo toolchain setup (tasks 1.1-1.7) 2026-03-22 12:12:57 +01:00
tsconfig.json Add Planner session management with Yjs WebSocket (#1) 2026-03-22 13:26:03 +01:00
vite.config.ts Implement Journal auth: passkeys + magic links, no passwords 2026-03-23 17:38:46 +01:00