fix(auth): correct local cookie security configuration
This commit is contained in:
parent
b584e60273
commit
155fdbb16a
67 changed files with 1003 additions and 62 deletions
4
validation-suite/.env
Normal file
4
validation-suite/.env
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue