SameSite attribute
Hi, Running the basic cli generated site with google login I get this error in the console.
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
Resolve this issue by updating the attributes of the cookie:
Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use.
Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests.
Is everyone else seeing this as well? How do we set the SameSite=None?
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
Resolve this issue by updating the attributes of the cookie:
Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use.
Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests.
Is everyone else seeing this as well? How do we set the SameSite=None?
