Files
releases/test
Aleksander Brzozowski 4aebefd428 fix: jwt_decode_verify missing iss while required (#5919)
jwt_decode_verify function has a bug that permits missing "iss" property of a token even when "iss" is required.
This change fixes this bug - when "iss" property is passed as a constraint, a token with missing "iss" is not allowed.

Fixes #5850

Signed-off-by: Aleksander Brzozowski <olek.brzozowski@gmail.com>
2023-05-15 11:17:24 +02:00
..
2023-05-06 01:07:40 -07:00