Updated May 21, 2026
localStorage mechanisms in place of traditional tracking cookies for nearly all active system functions.| Storage Category | Operational Purpose | Retention Window | Consent Requirement |
|---|---|---|---|
| Essential Authentication | Validates security tokens (JWT), active session persistence, and organization mappings. | Destroyed upon user logout or browser session closure. | Required — Core Security |
| Functional Settings | Remembers sidebar visibility states, dashboard grids, and visual color mode preferences. | Persistent across browser storage indexes. | Functional |
| Anonymized Analytics | Tracks aggregated platform usage patterns (e.g. discovery scans run count) for service scaling. | Destroyed on browser tab close. | Opt-in Consent Required |
accessToken — Encrypted JSON Web Token validating your administrative session authorization.refreshToken — Cryptographic token used to securely extend authentication sessions without prompting credential re-entry.theme — Caches user color style preferences (dark/light mode configuration).qs_cookie_consent — Stores user preference configurations for optional analytical trackers.