Skip to content

4.0.3 Not Before Validation Fix

Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 13 Jul 09:03
· 79 commits to master since this release
2b92aba

This release fixes a bug with the way the package validates Not Before claims in tokens. The Not Before claim defines when a token is usable from, it should have validated when the nbf claim matched the current time, but it didn't. This has been resolved.

See issue #69 for further details.

Additional Work:

  • Updated PHP Bench Version and Config.
  • Removed PHP 8 Checks from CI Pipeline.
  • Updated comments in Validator class so functionality is clearer.