Loading
Loading
Loading
Loading
This is what we collect, why, how long we keep it, and what you can do about it. The authoritative source for operators lives at docs/legal/privacy.md. The Git history at that path is the change-log; this page is updated together with it.
Two HttpOnly cookies, both server-set, both SameSite-scoped, both Secure in production:
| Cookie | Purpose | TTL |
|---|---|---|
| vizzor.siws.nonce | One-time auth nonce | 5 min |
| vizzor.auth | Browser session (raw value never persists server-side) | 24 hours |
A daily sweep prunes durable rows past their window:
Sign in with the wallet whose data you want removed and POST /api/account/delete. The handler:
wallet_links row (binding removed)subscriptions.telegram_user_id and tombstones the wallet addressConfirmed payment records are retained for 1 year for tax and audit compliance — after that window the daily sweep removes them too.
Security disclosures: GitHub Security Advisories. Privacy-specific contact: privacy@vizzor.ai.