samesite
cookie attribute options were true
, false
, strict
or lax
. If you didn’t set the attribute manually, Auth0 would use the default value of false
.
Effective February 2020, Google Chrome v80 changed the way it handles cookies. To that end, Auth0 implemented the following changes to how it handles cookies:samesite
attribute set will be set to lax
.sameSite=none
must be secured, otherwise they cannot be saved in the browser’s cookie jar.