Good day,
Is there a way to check for presence of particular claims when decoding JWT.
Sample scenario:
JWT is used as request signature & expiration flag. Exp claim cannot fail if there is no such claim in payload. Is there a way to ensure presence of said exp claim within payload?