Skip to content

Commit

Permalink
feat: adding common constant for tokenId claims
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Jun 24, 2024
1 parent 8ba8747 commit 08c0a56
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 @@ -11,6 +11,7 @@ export const HEADERS = {
export const JWT = {
ALG: "RS256",
USER_ID_KEY: "_id",
TOKEN_ID_KEY: "__raw",
ISSUER: "gizmette.com",
};

Expand Down

0 comments on commit 08c0a56

Please sign in to comment.