Skip to content

Commit

Permalink
log stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jul 22, 2024
1 parent f1ad93c commit 5c92125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify-signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const verifySignatureWithJwks = async (jwks: string, signature: string, r
await jose.flattenedVerify(jws, localJwks);
debug("JWKS verified");
} catch (error) {
debug("JWKS verification failed with error", error);
debug("JWKS verification failed with error", localJwks, jws);
throw new Error("JWKS verification failed");
}
};

0 comments on commit 5c92125

Please sign in to comment.