Why some encryption keys don't work with the jsonwebtoken NPM package
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...


