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>
A
Aleksander Brzozowski committed
4aebefd4287f9b46c5746529fbfbafb10a0eb302
Parent: 11c8ffb
Committed by GitHub <noreply@github.com>
on 5/15/2023, 9:17:24 AM