1. Overview
SportsRally does not use third-party advertising cookies, social-media trackers, or analytics suites (such as Google Analytics). We do not operate a cookie consent banner because we currently set only strictly necessary first-party storage.
3. Browser local storage
| Key | Contents | Duration |
|---|---|---|
mb.session | JSON object: token (access JWT), refresh_token, and cached user profile (display name, roles, etc.) | Until sign-out or clearing site data |
Clearing cookies and site data for our domain signs you out. Geolocation coordinates used for search are kept in React component state only unless you explicitly save a location to your profile via the API.
4. What we do not use
- No advertising or retargeting pixels.
- No Google Analytics, PostHog, Plausible, or similar product analytics in the client app.
- No marketing cookies — we do not run promotional email campaigns today.
5. Third-party cookies during payment
When you pay via Stripe Checkout, Stripe may set cookies on stripe.com for fraud prevention. Those are controlled by Stripe's privacy policy, not SportsRally.
When you search for a location, your browser may call OpenStreetMap Nominatim directly. That request is not a SportsRally cookie but may be logged by the OSM project under their policy.
6. How to control storage
- Sign out — clears
mb.authedandmb.session. - Browser settings — block or delete site data (may break sign-in until you log in again).
- Mobile app — clearing app data has the same effect as signing out.
7. More information
See our Privacy Policy. Questions: privacy@matchbase.nl.