Last Updated: March 19, 2026
Cookies are small text files stored on your device when you visit a website. They help websites remember your preferences and improve your experience.
These cookies are necessary for the service to function:
| Cookie Name | Purpose | Duration |
|---|---|---|
| jwt_token | User authentication | 30 minutes (session) |
| oauth_state | CSRF protection during OAuth | 5 minutes (temporary) |
Note: We use localStorage instead of traditional cookies for authentication tokens.
We use minimal third-party services:
| Service | Purpose | Privacy Policy |
|---|---|---|
| Google OAuth | User authentication | Google Privacy |
| Paddle | Payment processing | Paddle Privacy |
| Microsoft Clarity | Behavioral analytics, heatmaps, session replay | Microsoft Privacy |
Privacy-First Approach:
Note: We use Microsoft Clarity for behavioral analytics (heatmaps and session replay) to improve the user experience. Clarity uses first and third-party cookies. See our Privacy Policy for details.
You can control cookies through your browser settings:
Warning: If you block essential cookies (like localStorage for JWT tokens), PixGuard will not function properly:
PixGuard primarily uses localStorage instead of traditional cookies:
| Item | Storage Location | Sent to Server |
|---|---|---|
| JWT Token | localStorage | Only in Authorization header (not automatic) |
This approach gives you more control - tokens are only sent when explicitly needed, not with every request.
Under GDPR:
You can withdraw consent at any time by:
If we add new cookies or tracking technologies, we will:
For cookie-related questions:
Email: [email protected]
We believe in minimal tracking. We only use what's necessary for the service to function and never sell your data to third parties. Your privacy matters.