DOC: jwt: Add explicit list of supported algorithms

Add explicit list of algorithms supported by the jwt_verify converter.
This commit is contained in:
Remi Tricot-Le Breton 2023-08-10 16:11:27 +02:00 committed by William Lallemand
parent c21b98a6d3
commit 672203c26b

View File

@ -18306,7 +18306,8 @@ jwt_verify(<alg>,<key>)
For now, only JWS tokens using the Compact Serialization format can be
processed (three dot-separated base64-url encoded strings). All the
algorithms mentioned in section 3.1 of RFC7518 are managed.
algorithms mentioned in section 3.1 of RFC7518 are managed (HS, ES, RS and PS
with the 256, 384 or 512 key sizes, as well as the special "none" case).
If the used algorithm is of the HMAC family, <key> should be the secret used
in the HMAC signature calculation. Otherwise, <key> should be the path to the