Hello, After updating dependencies on a project I'm working on, I noticed the leeway is not working anymore, i.e. it always defaults to zero. This is because the method `Okta\JwtVerifier\Adaptors\FirebasePhpJwt::decode() ` was updated in this commit https://github.com/okta/okta-jwt-verifier-php/commit/548c7d0ea9312e2934a79429609e585fa8df6aee . The following line was removed: `FirebaseJWT::$leeway = $this->leeway;` This looks like a bug to me. Can anyone confirm whether this is a bug or the line was removed intentionally ?
Hello,
After updating dependencies on a project I'm working on, I noticed the leeway is not working anymore, i.e. it always defaults to zero.
This is because the method
Okta\JwtVerifier\Adaptors\FirebasePhpJwt::decode()was updated in this commit 548c7d0 .The following line was removed:
FirebaseJWT::$leeway = $this->leeway;This looks like a bug to me. Can anyone confirm whether this is a bug or the line was removed intentionally ?