auth0-node-jwks-rs256
auth0-node-jwks-rs256 copied to clipboard
JwksClient is throwing error when called using non-hardcoded URI options
The below code works
const clientAlt = jwksClient({
jwksUri: 'https://
As you can see the only difference is in the second one, I am reading the URL from a constants variable instead of hardcoding it. Can you help?