Skip to content

Commit 2bd073f

Browse files
authored
Merge pull request #3 from Local-Data-Exchange/dev-master
Time added in blacklist grace period to prevent token unauthorised
2 parents a2d374d + 36a2658 commit 2bd073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
|
236236
*/
237237

238-
'blacklist_grace_period' => env('JWT_BLACKLIST_GRACE_PERIOD', 0),
238+
'blacklist_grace_period' => env('JWT_BLACKLIST_GRACE_PERIOD', 60),
239239

240240
/*
241241
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)