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
since 6.0, the remote jwks always uses the global fetch. the suggested options.customFetch doesn't work, as it is not passed to the fetchJwks method:
jose/src/jwks/remote.ts
Line 398 in cd06359
6.0.0
Node.js
$ node --version v22.12.0
.
The text was updated successfully, but these errors were encountered:
Thanks, i'll take a look
Sorry, something went wrong.
fix: use [customFetch] when provided to createRemoteJWKSet
35f6509
closes #760
Fixed in https://github.com/panva/jose/releases/tag/v6.0.7
No branches or pull requests
What happened?
since 6.0, the remote jwks always uses the global fetch. the suggested options.customFetch doesn't work, as it is not passed to the fetchJwks method:
jose/src/jwks/remote.ts
Line 398 in cd06359
Version
6.0.0
Runtime
Node.js
Runtime Details
$ node --version v22.12.0
Code to reproduce
.
Required
The text was updated successfully, but these errors were encountered: