What happened to jwt.decode()?

jsonwebtoken - npm mentions jwt.decode() but GitHub - auth0/node-jsonwebtoken: JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html does not.

Is this a bug or an intentional removal?

Hey there @cowwoc2020 welcome to the community!

It’s there in the Github repo, just a bit hard to find admittedly - If you scroll to the end of the jwt.verify docs there is a dropdown that looks like the following which displays the method:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.