Skip to content

Commit

Permalink
feat: adding new auth types (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jul 15, 2024
1 parent 2326cd2 commit 688a3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth-common/src/components/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const AUTH_TYPES = {
ID_AND_ACCESS_TOKEN: "id_token token",
CODE: "code",
REFRESH_TOKEN: "refresh_token",
PASSKEY: "passkey",
};

export const HEADERS = {
Expand Down

0 comments on commit 688a3c1

Please sign in to comment.