Skip to content

Commit

Permalink
feat: adding common nonce custom JWT claim (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jun 26, 2024
1 parent 25c60a5 commit 1beff57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth-common/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const JWT = {
ALG: "RS256",
USER_ID_KEY: "_id",
TOKEN_ID_KEY: "__raw",
NONCE_KEY: "_nonce",
ISSUER: "gizmette.com",
};

Expand Down

0 comments on commit 1beff57

Please sign in to comment.