Essential session cookiesAuthentication and account continuity
Three first-party cookies keep you signed in: canaryvaults_session, canaryvaults_session_token, and canaryvaults_session_refresh. All are HttpOnly and Secure, live at most 7 days, and are strictly necessary — the app cannot keep a session without them.
Product preference stateLightweight UI memory
Some localStorage keys preserve interface choices such as tabs, toggles, or the last-used view so the product feels continuous. They never leave your browser except as part of the pages they configure.
First-party measurementAnalytics and journey understanding
A first-party analytics identifier (canaryvaults:analytics-session-id) is held in localStorage and sent with UX events to our own /api/analytics endpoint. No third-party analytics, advertising, or cross-site tracking scripts are loaded, and no analytics cookies are set.