Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise committed Oct 3, 2024
1 parent 3f81891 commit 8df19b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions handlers/authorizer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ function validateToken(token) {

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

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

let keyIndex = -1;
for (let i = 0; i < keys.length; i++) {
Expand Down

0 comments on commit 8df19b6

Please sign in to comment.