diff options
-rw-r--r-- | infrastructure/Auth/AuthServiceProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/Auth/AuthServiceProvider.php b/infrastructure/Auth/AuthServiceProvider.php index 66e0d78..7f09b7d 100644 --- a/infrastructure/Auth/AuthServiceProvider.php +++ b/infrastructure/Auth/AuthServiceProvider.php @@ -34,7 +34,7 @@ class AuthServiceProvider extends ServiceProvider $router->forTransientTokens(); }); - Passport::tokensExpireIn(Carbon::now()->addDays(365)); + Passport::tokensExpireIn(Carbon::now()->addYears(10)); Passport::refreshTokensExpireIn(Carbon::now()->addDays(365)); } |