Skip to content

Commit

Permalink
Log keys
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise committed Oct 3, 2024
1 parent 16eb3e2 commit 3f81891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/authorizer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function validateToken(token) {
console.log('kid:', kid);

// search for the kid in the downloaded public keys
const keys = JSON.stringify(process.env.JWKS);
const keys = JSON.parse(process.env.JWKS);

console.log("keys:", keys);

Expand Down

0 comments on commit 3f81891

Please sign in to comment.