fix(game-api): revoke token after prestart deletion

This commit is contained in:
2026-07-31 17:42:03 +00:00
parent 21d204c749
commit 596d01b6f4
6 changed files with 78 additions and 2 deletions
+1
View File
@@ -196,6 +196,7 @@ export const createGameApiServer = async () => {
uploadPath: config.uploadPath,
uploadPublicUrl: config.uploadPublicUrl,
auth,
...(auth && token ? { accessToken: token } : {}),
accessTokenStore,
flushStore,
gameTokenSecret: config.gameTokenSecret,