Skip to content

Commit

Permalink
fix: adding missing AUTH_TYPE_KEY to JWT constant (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jul 15, 2024
1 parent ae50d09 commit 6de762b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/auth-common/src/components/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ export const HEADERS = {

export const JWT = {
ALG: "RS256",

USER_ID_KEY: "sub",
TOKEN_ID_KEY: "__raw",
NONCE_KEY: "_nonce",
USERNAME_KEY: "username",
AUTH_TYPE_KEY: "auth_type",

ISSUER: "gizmette.com",
};

Expand Down

0 comments on commit 6de762b

Please sign in to comment.