feat: implement user session management with Redis and add game token verification
This commit is contained in:
@@ -24,6 +24,7 @@ const buildContext = (options?: {
|
||||
db,
|
||||
turnDaemon: transport,
|
||||
profile,
|
||||
auth: null,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user