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:
Vincent
2024-08-19 21:21:41 +02:00
committed by GitHub
parent 102a0ba997
commit 188041ce05

View File

@@ -47,7 +47,7 @@ class JWTAuthenticator implements AuthenticationSuccessHandlerInterface
time() + 604800, // expiration
'/',
null,
'prod' === $this->appEnv,
!$this->kernel->isDebug()
true,
false,
'strict'