You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new elliptic curve private key notation, which is different to the average private key. jwt.io currently does not support this. jsonwebtoken module handles both of them correctly.
It is possible to convert EC public key to supported format manually using this command:
There is a new elliptic curve private key notation, which is different to the average private key. jwt.io currently does not support this. jsonwebtoken module handles both of them correctly.
It is possible to convert EC public key to supported format manually using this command:
openssl pkcs8 -topk8 -nocrypt -in ec1.pem -out ec2.pem
but it would be greate to have it supported natively. It will solve issues like #606
The text was updated successfully, but these errors were encountered: