diff --git a/packages/auth-common/src/components/constants.ts b/packages/auth-common/src/components/constants.ts index cbf78ed..b57c78b 100644 --- a/packages/auth-common/src/components/constants.ts +++ b/packages/auth-common/src/components/constants.ts @@ -26,6 +26,7 @@ export const JWT = { EXPIRES_AT_KEY: "exp", CREATED_AT_KEY: "iat", SCOPES_KEY: "scopes", + CLIENT_ID_KEY: "aud", ISSUER: "gizmette.com", };