feat: implement Redis session management and user authentication flow

This commit is contained in:
2025-12-30 01:38:09 +00:00
parent 1688ca0d23
commit 29523ef22f
20 changed files with 820 additions and 5 deletions
+28
View File
@@ -32,6 +32,9 @@ importers:
fastify:
specifier: ^5.3.3
version: 5.6.2
redis:
specifier: ^4.7.0
version: 4.7.1
zod:
specifier: ^4.2.1
version: 4.2.1
@@ -77,10 +80,35 @@ importers:
app/game-frontend: {}
app/gateway-api:
dependencies:
'@fastify/cors':
specifier: ^10.0.1
version: 10.1.0
'@sammo-ts/infra':
specifier: workspace:*
version: link:../../packages/infra
'@trpc/server':
specifier: ^11.4.4
version: 11.8.1(typescript@5.9.3)
fastify:
specifier: ^5.3.3
version: 5.6.2
redis:
specifier: ^4.7.0
version: 4.7.1
zod:
specifier: ^4.2.1
version: 4.2.1
devDependencies:
tsdown:
specifier: ^0.18.3
version: 0.18.3(typescript@5.9.3)
vite-tsconfig-paths:
specifier: ^6.0.0
version: 6.0.3(typescript@5.9.3)(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1))
vitest:
specifier: ^4.0.16
version: 4.0.16(@types/node@20.19.27)(jiti@2.6.1)
app/gateway-frontend: {}