master #103

Merged
joseph merged 12 commits from master into dev 2025-02-07 19:00:28 +11:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d80e7c0957 - Show all commits

View File

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