firebase / php-jwt

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

Allow disabling the checking of the expiration date #531

Closed guillerodriguez closed 1 year ago

guillerodriguez commented 1 year ago

This would be useful in cases where the caller will be performing this check anyway.

See: https://github.com/bshaffer/oauth2-server-php/issues/1053

bshaffer commented 1 year ago

I don't think this is a feature we want to support.