Skip to content

Commit dbb99a6

Browse files
committed
config jwt
1 parent 19caf71 commit dbb99a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jwt.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
|
221221
*/
222222

223-
'blacklist_enabled' => env('JWT_BLACKLIST_ENABLED', true),
223+
'blacklist_enabled' => env('JWT_BLACKLIST_ENABLED', false),
224224

225225
/*
226226
| -------------------------------------------------------------------------
@@ -235,7 +235,7 @@
235235
|
236236
*/
237237

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

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

0 commit comments

Comments
 (0)