php-jwt
php-jwt copied to clipboard
Ensure numeric type of `iat` and `nbf` parameters
The two parameters must be numeric according to RFC. With newer PHP versions, if a token has expired, the exception will additionally throw an own exception if the parameter is not numeric (and the date function expects zero or an integer as parameter).
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.