Hello, So I've encountered a difficulty creating fake users for e2e testing in playwright. I dont know how to generate fake token to add to the cookies. I've inspected the valid cookie with an account logged in normally and it seems like its just a
session token + "." + some string in the end
session token + "." + some string in the end
, ex:
123abc.123abc
123abc.123abc
, but I have no idea how to generate that string. I would guess that its based on the secret. Thats what I've tried: