feat(auth): implement token expiration for personal access tokens and update tests

This commit is contained in:
2026-07-21 10:36:40 -03:00
parent 0f36c3402b
commit c3f54c79cb
4 changed files with 30 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ return [
|
*/
'expiration' => null,
'expiration' => (int) env('SANCTUM_EXPIRATION', 720),
/*
|--------------------------------------------------------------------------