update jwt expried

This commit is contained in:
Joseph 2025-01-16 14:30:04 +07:00
parent eb5c6e655f
commit d80e7c0957
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ return [
|
*/
'ttl' => env('JWT_TTL', 60*24),
'ttl' => env('JWT_TTL', 60*24*365),
/*
|--------------------------------------------------------------------------