You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERR 68 | console.log('decodedToken', decodedToken);
69 | // Fetch the signing key based on the key id.
70 | const signingKey = await getSigningKey(decodedToken?.header.kid);
71 | if (!signingKey) {
72 | logger.warn(`Signing key is not available for the key id: ${decodedToken?.header.kid}. Please make sure signing key providers are configured correctly.`);
73 | throw Error(`Authentication is not available at the moment.`);
^
error: Authentication is not available at the moment.
at /Users//workspace///node_modules/@graphql-yoga/plugin-jwt/esm/plugin.js:73:27
at processTicksAndRejections (native:7:39)
Describe the bug
is there by any chance a fix with this version? (I'm using bun)
https://github.com/auth0/node-jwks-rsa/releases/tag/v3.1.0
auth0/node-jwks-rsa#374
Or a workaround?
Your Example Website or App
dev env
Steps to Reproduce the Bug or Issue
Bun
createRemoteJwksSigningKeyProvider
Authentication is not available at the moment.
Expected behavior
Im pretty new to bun but i guess it should work
Screenshots or Videos
No response
Platform
1.1.34
Additional context
Let me know if the context isnt clear enough or if you need other repro steps...
Thanks for the great lib
No response
The text was updated successfully, but these errors were encountered: