fix(game-api): revoke token after prestart deletion
This commit is contained in:
@@ -196,6 +196,7 @@ export const createGameApiServer = async () => {
|
||||
uploadPath: config.uploadPath,
|
||||
uploadPublicUrl: config.uploadPublicUrl,
|
||||
auth,
|
||||
...(auth && token ? { accessToken: token } : {}),
|
||||
accessTokenStore,
|
||||
flushStore,
|
||||
gameTokenSecret: config.gameTokenSecret,
|
||||
|
||||
Reference in New Issue
Block a user