-1
I am using tymondesigns/jwt-auth to generate token Is working The problem is that I want to change the validity time of the token to 1 minute to do tests
I changed the jwt.php file: 'ttl' => env('JWT_TTL', 1), and I also tried: 'ttl' => 1,
It still didn’t work