optimize intention

This commit is contained in:
team 1
2026-04-14 20:23:05 +02:00
parent c8d7ecf1f5
commit 8cac77ed31
2 changed files with 7 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ final class ClientIdResolver
value: $clientId,
expire: strtotime('+1 year'),
path: '/',
secure: false, // set true in production with HTTPS
secure: true, // set true in production with HTTPS
httpOnly: true,
sameSite: Cookie::SAMESITE_LAX
)