...
JWT
RS256
(RSASSA-PKCS1-v1_5 using SHA-256 RFC 7518 sec 3.3). This is expressed asRS256
in the JWT header’salg
field in the JWT header.JWT
ES256
(ECDSA using P-256 and SHA-256 RFC 7518 sec 3.4), defined in OpenSSL as the prime256v1 curve. This is expressed asES256
in the JWT header’salg
field in the JWT header.
In addition to the signing algorithm, you must supply the JWT token format.
...