commit | 0a72f5ee7c2a61bdb379436461269315c776b50a | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Oct 01 15:36:57 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Oct 14 16:38:13 2021 +0200 |
tree | 20aa801f354e2318947af0dba48be964b89459d8 | |
parent | 864089e0a603c733c88256ba14051e974bcff456 [diff] |
MINOR: jwt: jwt_header_query and jwt_payload_query converters Those converters allow to extract a JSON value out of a JSON Web Token's header part or payload part (the two first dot-separated base64url encoded parts of a JWS in the Compact Serialization format). They act as a json_query call on the corresponding decoded subpart when given parameters, and they return the decoded JSON subpart when no parameter is given.