lila/apps/api
lila 9ab2bc3d0e feat(api): apply rate limiters to game and lobby routes
Wire gameLimiter into gameRouter and lobbyLimiter into lobbyRouter.
Both run after requireAuth since they key by req.session.user.id.
2026-04-23 20:36:36 +02:00
..
src feat(api): apply rate limiters to game and lobby routes 2026-04-23 20:36:36 +02:00
Dockerfile updated docker pipeline to include database migrations, added dummy table to verify the pipeline works 2026-04-23 09:19:57 +02:00
package.json feat(api): add helmet security headers and rate limiting 2026-04-23 11:13:11 +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