Hello <@498057949541826571> , when manually verify...
# general
c
Hello @rp_st , when manually verifying the jwt token I get this exception "TypeError: Cannot read properties of undefined (reading 'getPublicKey')" and this causes the rest of the application to fail
r
Hey @chiefThabMan have you provided the correct jwks url to the JWT verification lib?
c
Yes, I'm pointing to the same url the api is hosted in
r
Can you navigate to that url on your browser? What do you see as the response?
c
when I navigate to the url, the browser returns the jwks.json
r
Are you using a jwt verification lib from your framework?
Cause if yes, you might want to reach out to the maintainers of that library
4 Views