Wrong condition
Closed this issue · 1 comments
WalentinG commented
Exp must be newer than now
but your NewerThan has incorrect behavior
Result:
time() > exp
, must be exp > time()
miladrahimi commented
Thanks for your report.
The bug is fixed now, you can update the package with composer update.
https://github.com/miladrahimi/php-jwt/releases/tag/v1.1.4