You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the websiteDomain and the apiDomain are localhost, even if the ports are different, lax is allowed.
Do some research on what sameSite lax is allowed.
If based on the websiteDomain and apiDomain, sameSite is none, then the cookieSecure flag must be resulting in true. Note that the cookieSecure's value is only based on if https or http is present in the apiDomain. If it's false in this case, then thrown an error: "Since your API and website domain are different, for sessions to work, please use https on your apiDomain".
cookieSameSite
tonone
by default, else set it tolax
.none
, also set anti-csrf to true somehow.true
by default if the apiDomain has httpsThe text was updated successfully, but these errors were encountered: