mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
Update src/Security/JWTAuthenticator.php
Co-authored-by: Maël Gangloff <contact@maelgangloff.fr> Signed-off-by: Vincent <contact@vinceh121.me>
This commit is contained in:
@@ -47,7 +47,7 @@ class JWTAuthenticator implements AuthenticationSuccessHandlerInterface
|
|||||||
time() + 604800, // expiration
|
time() + 604800, // expiration
|
||||||
'/',
|
'/',
|
||||||
null,
|
null,
|
||||||
'prod' === $this->appEnv,
|
!$this->kernel->isDebug()
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
'strict'
|
'strict'
|
||||||
|
|||||||
Reference in New Issue
Block a user