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
Recently, I have used jwt in nextjs but the nextjs gives me error below [Error: The edge runtime does not support Node.js 'crypto' module.
I hope the problem will be solved very soon. Thank you
The text was updated successfully, but these errors were encountered:
Same issue when you use this on cloudflare workers. switched to https://www.npmjs.com/package/jose takes care of that.
Sorry, something went wrong.
also i am facing same issue, jsonwebtoken version is: "9.0.2".
No branches or pull requests
Recently, I have used jwt in nextjs but the nextjs gives me error below
[Error: The edge runtime does not support Node.js 'crypto' module.
I hope the problem will be solved very soon. Thank you
The text was updated successfully, but these errors were encountered: