Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Jan 29, 2025
1 parent bb2dfc9 commit a727e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const verifyJwtCallback = (
): VerifyJwtCallback => {
return async (jwtVerifier, jwt) => {
resolver = resolver ?? getResolver(['ethr', 'ion', 'jwk', 'key', 'web'])
console.log(resolver)
console.log(jwtVerifier)
const audience =
jwtVerifier.type === 'request-object'
? (verifyOpts?.audience ?? getAudience(jwt.raw))
Expand Down

0 comments on commit a727e0c

Please sign in to comment.