Skip to content

Commit

Permalink
fixup! Pivot from Cognito to Auth0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Feb 13, 2024
1 parent 7201c94 commit b8cc241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/authentication/api/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const settings: UserManagerSettings = {
filterProtocolClaims: true,
loadUserInfo: true,
extraQueryParams: {
"audience": "https://online.ntnu.no"
audience: 'https://online.ntnu.no',
},
revokeTokensOnSignout: true,
revokeTokenTypes: ["refresh_token"],
revokeTokenTypes: ['refresh_token'],
};

export default settings;

0 comments on commit b8cc241

Please sign in to comment.