updates to uuids to be consistent

This commit is contained in:
Devin Zuczek
2026-07-10 00:10:03 -04:00
parent 43c3bd93be
commit 1f70adbd67
7 changed files with 26 additions and 14 deletions
+2 -2
View File
@@ -95,11 +95,11 @@ export async function generateToken(
idp: 'local',
platform,
platform_id: platformId,
'rn.ver': '20210129',
'rn.ver': '20230302',
'rn.plat': '0',
role: TOKEN_ROLES,
scope: TOKEN_SCOPES,
jti: crypto.randomUUID().replace(/-/g, '').toUpperCase(),
jti: crypto.randomUUID(),
},
secret
)