diff --git a/BACKEND/config/jwt.php b/BACKEND/config/jwt.php index c6e1e0f..9f3f325 100755 --- a/BACKEND/config/jwt.php +++ b/BACKEND/config/jwt.php @@ -101,7 +101,7 @@ return [ | */ - 'ttl' => env('JWT_TTL', 60*24), + 'ttl' => env('JWT_TTL', 60*24*365), /* |--------------------------------------------------------------------------