Allow expiry date for JWT tokens to be the zero date
We have a use case for generating JWT tokens that have no expiry date. Update the check in ValidateJWT
so that it will validate a token that has no expiry date set.
We have a use case for generating JWT tokens that have no expiry date. Update the check in ValidateJWT
so that it will validate a token that has no expiry date set.