Infinite token ttl not working
Since last update, parameter token_ttl with value null for infinite expiration no longer working. With this option set to null is library not able to verify recieved token by prive key and token is marked as invalid.
Last announcement about this possibility is mentioned in this comment https://github.com/lexik/LexikJWTAuthenticationBundle/issues/250#issuecomment-298667342 .
Please fix this issue or update documentation.
Thank you
I think you'll also need to set allow_no_expiration: true in your config/packages/lexik_jwt_authentication.yaml file.
FYI, using allow_no_expiration: true, you don't need any token_ttl line in your config.
Documentation still need to be updated to add the existence of allow_no_expiration though