From 36a26581400081142308882ded342e764e262431 Mon Sep 17 00:00:00 2001 From: Aman Nurani Date: Fri, 4 Oct 2019 11:48:22 +0530 Subject: [PATCH] Time added in blacklist grace period to prevent token unauthorised --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), /* |--------------------------------------------------------------------------