lila/apps/api
lila 0118798e36 feat: guest play — allow singleplayer quiz without auth
- Add optionalAuth middleware: attaches session when present,
  never blocks (guests pass through)
- Make game endpoints (start/answer) accept optional auth
- GameSessionStore.userId: string → string | null
- Rate limiter falls back to IP for unauthenticated users
- Frontend: remove /play route guard, show 'Create account' CTA
  on score screen for guests
- Add tests for guest session creation, answer submission,
  and cross-user session isolation
2026-05-31 21:28:08 +02:00
..
src feat: guest play — allow singleplayer quiz without auth 2026-05-31 21:28:08 +02:00
Dockerfile fix: remove unfrozen pnpm install from builder stages 2026-04-26 09:03:23 +02:00
package.json feat: add email/password auth backend + forgot/reset password routes 2026-04-30 18:30:20 +02:00
tsconfig.json updating documentation, formatting 2026-04-12 09:28:35 +02:00
vitest.config.ts feat: multiplayer slice — end to end working 2026-04-18 23:32:21 +02:00