Skip to content

Commit

Permalink
feat: adding access and id token request type (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jun 25, 2024
1 parent b9b7335 commit 2c19bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/auth-common/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import * as jose from "jose";

export const AUTH_TYPES = {
ID_TOKEN: "id_token",
ACCESS_TOKEN: "token",
ID_AND_ACCESS_TOKEN: "id_token token",
};

export const HEADERS = {
Expand Down

0 comments on commit 2c19bc3

Please sign in to comment.