After the integration with ARS (#257) and the log in function, we are experiencing a bug on browser with strict privacy and security policies.
On Firefox with strict settings, we see on the console after signing:
Cookie “authToken” has been rejected because it is foreign and does not have the “Partitioned“ attribute. [validate](https://prototype-signer-service-polygon-staging.pendulumchain.tech/v1/siwe/validate)
Cookie “authToken” has been rejected because it is foreign and does not have the “Partitioned“ attribute.
Possible fixes:
Try to set the Partitioned attribute (maybe not supported by express, has to be added manually in that case)
Implement the solution suggested here and set again SameSite=Strict,Lax.
After the integration with ARS (#257) and the log in function, we are experiencing a bug on browser with strict privacy and security policies.
On Firefox with strict settings, we see on the console after signing:
Possible fixes:
SameSite=Strict,Lax
.