1. What we set
We set two cookies, both strictly necessary for signing in and staying signed in:
- A refresh token cookie, marked
httpOnlyso it cannot be read by scripts in your browser. It lets you stay signed in without re-entering your password, and expires after 30 days. - A companion marker cookie holding the value
1. It carries no account information and no authentication value; it exists so the interface can tell whether a session is likely active before it calls the server.
2. What we do not set
We do not currently set analytics, advertising, or third-party tracking cookies on this site. If that changes, this page changes with it, before the cookie ships.
4. Questions
Email support@heyamigo.co and we will answer.
