Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • JWT RS256 (RSASSA-PKCS1-v1_5 using SHA-256 RFC 7518 sec 3.3). This is expressed as RS256 in the JWT header’s alg 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 as ES256 in the JWT header’s alg field in the JWT header.

In addition to the signing algorithm, you must supply the JWT token format.

...