lila/apps/web/src
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
..
components feat: guest play — allow singleplayer quiz without auth 2026-05-31 21:28:08 +02:00
lib feat: multiplayer slice — end to end working 2026-04-18 23:32:21 +02:00
routes feat: guest play — allow singleplayer quiz without auth 2026-05-31 21:28:08 +02:00
index.css complete design overhaul 2026-04-19 19:25:55 +02:00
main.tsx feat: multiplayer slice — end to end working 2026-04-18 23:32:21 +02:00
routeTree.gen.ts feat: replace login route with auth modal 2026-04-30 19:46:45 +02:00