jsonwebtoken / jsonwebtoken.github.io

jwt.io
Other
489 stars 321 forks source link

Auto generate/parse BEGIN/END CERTIFICATE for RS256 signature verification #242

Closed santiagorp closed 6 years ago

santiagorp commented 7 years ago

For usability purposes -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- should not be required for RSA256 signature verification. The public key can be parsed and if the strings are not found they can be appended.

sebadoom commented 6 years ago

In d9c7db2