diff --git a/config/config.php b/config/config.php index 8b7843b6b..91d6bd61a 100644 --- a/config/config.php +++ b/config/config.php @@ -235,7 +235,7 @@ | */ - 'blacklist_grace_period' => env('JWT_BLACKLIST_GRACE_PERIOD', 0), + 'blacklist_grace_period' => env('JWT_BLACKLIST_GRACE_PERIOD', 60), /* |--------------------------------------------------------------------------