feat(auth): implement token expiration for personal access tokens and update tests
This commit is contained in:
@@ -50,7 +50,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'expiration' => null,
|
||||
'expiration' => (int) env('SANCTUM_EXPIRATION', 720),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user