diff --git a/packages/auth-common/src/components/index.ts b/packages/auth-common/src/components/index.ts index 834e170..d8d73d7 100644 --- a/packages/auth-common/src/components/index.ts +++ b/packages/auth-common/src/components/index.ts @@ -14,6 +14,7 @@ export const JWT = { ALG: "RS256", USER_ID_KEY: "_id", TOKEN_ID_KEY: "__raw", + NONCE_KEY: "_nonce", ISSUER: "gizmette.com", };