feat: add ownership check to evaluateAnswer, AuthenticatedRequest type

This commit is contained in:
lila 2026-04-28 14:39:13 +02:00
parent fdeb769640
commit 1e30f04e81
8 changed files with 189 additions and 39 deletions

View file

@ -1,4 +1,4 @@
export type GameSessionData = { answers: Map<string, number> };
export type GameSessionData = { answers: Map<string, number>; userId: string };
export interface GameSessionStore {
create(