Skip to content
New issue

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

JWT is coupled with json 9.0.0 and not higher #103

Closed
KumarS-Naveen opened this issue Feb 5, 2019 · 3 comments
Closed

JWT is coupled with json 9.0.0 and not higher #103

KumarS-Naveen opened this issue Feb 5, 2019 · 3 comments
Assignees

Comments

@KumarS-Naveen
Copy link

Hello Guys ,

I have installed JWT 4.0.0 version and json version 12.0.1 , but while validating tokens i am getting error saying it needs json version 9.0.0 even though i have higher version (12.0.1)

Please let me know for the solutions

@nelsonic
Copy link
Member

nelsonic commented Feb 5, 2019

@iam-naveen are you referring to the jsonwebtoken module?

"dependencies": {
"jsonwebtoken": "^8.3.0",
"level": "^4.0.0"
},

https://www.npmjs.com/package/jsonwebtoken 8.4.0 is the latest version.
image

Please stick to the dependencies listed in the package.json file when following this tutorial.
The json module https://www.npmjs.com/package/json is not relevant
as JavaScript has built-in support for JSON encoding/decoding.

@KumarS-Naveen
Copy link
Author

I am using JWT in c#

@nelsonic
Copy link
Member

nelsonic commented Feb 5, 2019

@iam-naveen if you are writing C#, you aren't following this example/tutorial.
Therefore you should consider opening this issue on the appropriate C# GitHub repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants