Skip to content

Commit

Permalink
fix: missing fingerprint when refreshing token silently (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jul 16, 2024
1 parent ec4771e commit cf78b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth-provider/src/common/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export const getAccessTokenSilently = async ({
refreshToken,
accessToken,
domain,
fingerprint: await getCustomFingerprint(),
},
});
const jwt = await verifyAndExtractToken(response.data.accessToken);
Expand Down

0 comments on commit cf78b8b

Please sign in to comment.