Why some encryption keys don't work with the jsonwebtoken NPM package
Feb 5, 2024 · 3 min read · One would think that any DER encoded keypair should work with the jsonwebtoken package (which I will from now on just call JWT) from Auth0, but annoying, that is not the case. See, JWT relies upon Node's crypto library to determine if your key is val...
Join discussion

