-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filetech_debt
Description
As stated in auth0/node-jsonwebtoken#863,
jsonwebtokenis a Node.js module, its use in a browser was never intended. Versions before 9.0.0 could use webpack's polyfill of the Node.js built-in modules. ....It is better to rely on JWT modules made to be consumed in browser environments. You can discover such modules on jwt.io under "JavaScript" libraries.
There are now issues with versions < 9.x
A potential replacement is something like jose
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filetech_debt