1. What is a cookie?
A cookie is a small text file stored on your device by your browser. We also use similar technologies such as localStorage, sessionStorage, and secure HTTP-only tokens. In this policy “cookie” refers to all of these.
2. Categories we use
Strictly necessary — authentication
These keep you signed in, protect your session, and route your requests correctly. TEWIZ cannot function without them, and they are not optional.
- sb-*-auth-token — your Supabase session token.
- tewiz.session — signed-in state indicator used by the router.
Strictly necessary — security
These detect abuse, prevent CSRF, and rate-limit sensitive actions.
- tewiz.csrf — cross-site request forgery token.
- tewiz.rl — soft rate-limit counters.
Performance & functionality
These remember preferences (language, feed personalization, theme) and improve responsiveness by caching non-sensitive data. Disabling them will reset preferences on each visit.
- tewiz.prefs — your interface preferences.
- tewiz.translate.cache — per-message translation cache (local only).
Analytics
Aggregated usage measurements (page views, feature usage, crash rate) to help us fix bugs and improve product quality. Analytics data does not identify you individually.
3. Third parties
- Stripe — sets its own cookies on checkout pages for fraud prevention and PCI compliance.
- Sign-in providers (e.g. Google) — set cookies on their own domains during the OAuth flow. TEWIZ receives only the sign-in token, not their cookies.
4. Controlling cookies
- You can clear cookies at any time from your browser settings. Doing so will sign you out of TEWIZ.
- Most browsers let you block third-party cookies. This will not affect TEWIZ's core features.
- You can opt out of non-essential analytics from Settings → Privacy (where available in your region).
5. Do Not Track
TEWIZ does not respond to Do Not Track browser signals because there is no consistent industry standard. We instead offer explicit privacy controls in Settings.
6. Contact
Questions about cookies: support@tewizz.com