Add sanctum expiration

This commit is contained in:
Matteo Gheza 2023-09-07 15:07:58 +02:00
parent 07f6cef695
commit c415dd1650
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ return [
|
*/
'expiration' => null,
'expiration' => 20160, //14 days
/*
|--------------------------------------------------------------------------