We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v.1.4.0 of the library is broken when running behind a proxy
The "agent" parameter which is passed to the get-key-function isn't listed as an input parameter in the JWKSOptions, it should be put here:
node-oauth2-jwt-bearer/packages/access-token-jwt/src/get-key-fn.ts
Line 16 in 8203ceb
the "agent" input parameter should then also be passed to the createRemoteJWKSet function in this line:
Line 31 in 8203ceb
The text was updated successfully, but these errors were encountered:
Created a PR #103
Sorry, something went wrong.
Fixed in https://github.com/auth0/node-oauth2-jwt-bearer/releases/tag/v1.4.1 - thanks again @indeed404
No branches or pull requests
v.1.4.0 of the library is broken when running behind a proxy
The "agent" parameter which is passed to the get-key-function isn't listed as an input parameter in the JWKSOptions, it should be put here:
node-oauth2-jwt-bearer/packages/access-token-jwt/src/get-key-fn.ts
Line 16 in 8203ceb
the "agent" input parameter should then also be passed to the createRemoteJWKSet function in this line:
node-oauth2-jwt-bearer/packages/access-token-jwt/src/get-key-fn.ts
Line 31 in 8203ceb
The text was updated successfully, but these errors were encountered: