Actually fix the endless redirect loop when the application needs a fresh JWT.
This commit is contained in:
parent
5c3d3f6ce9
commit
81da55d46b
2 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 10080),
|
||||
'lifetime' => env('SESSION_LIFETIME', 720),
|
||||
|
||||
'expire_on_close' => false,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue