fix(auth): correct local cookie security configuration

This commit is contained in:
Schubert Ferenc 2026-07-11 15:50:15 +02:00
parent b584e60273
commit 155fdbb16a
67 changed files with 1003 additions and 62 deletions

4
validation-suite/.env Normal file
View file

@ -0,0 +1,4 @@
AUTH_COOKIE_SECURE=false
AUTH_COOKIE_NAME=atlas_access_token
AUTH_COOKIE_SAMESITE=lax
MERCURY_INTERNAL_URL=http://mercury-api:8000