firebase / php-jwt

PHP package for JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow disabling the checking of the expiration date

guillerodriguez opened this issue · comments

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

See: bshaffer/oauth2-server-php#1053

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