Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud11PL committed Mar 4, 2024
1 parent 50dca4c commit 7f917db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/verify-signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export const verifySignatureFromApiUrl = async (
protected: header,
payload: rawBody,
signature: jwsSignature,
header: {
b64: true,
},
};

const remoteJwks = jose.createRemoteJWKSet(
Expand Down

0 comments on commit 7f917db

Please sign in to comment.