Limitations
This topic describes some limitations of the JSON Web Tokens (JWT) implementation.
JWTs can only be signed using the RSA and ECDSA algorithms. The HMAC signing algorithm is not supported. The algorithm which is used in the signing process is determined automatically based on the algorithm of the signing key.