I'm using tymondesigns / jwt-auth to generate token It's working The problem is that I want to change the validity time of the token to 1 minute for testing
I changed the jwt.php file: 'ttl' = > env ('JWT_TTL', 1), and I also tried: 'ttl' = > 1,
It still did not work