firebase / php-jwt

PHP package for JWT
BSD 3-Clause "New" or "Revised" License
9.3k stars 1.26k forks source link

fix: validate iat and nbf on payload #568

Open christiandavilakoobin opened 3 weeks ago

christiandavilakoobin commented 3 weeks ago

If a JWT has a nonumeric iat or nbf value, it throws a FATAL error when validating the field.

google-cla[bot] commented 3 weeks ago

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.