LEGAL · COOKIES
Cookies
Updated May 2026TillDev uses strictly necessary cookies only. We do not use third-party advertising or marketing cookies, and we do not sell tracking data.
§ 01#
What we set
| Name | Purpose | Lifetime | Type |
|---|---|---|---|
tp_access | Short-lived signed token used to authenticate API and dashboard requests. | Short-lived | httpOnly · SameSite=Lax · Secure |
tp_refresh | Refresh token used to mint new tp_access cookies. Rotated on every use. | Persistent | httpOnly · SameSite=Lax · Secure |
tp_sso_pkce | Carries the sign-in flow state across the SSO redirect. | Brief (single-use) | httpOnly · SameSite=Lax · Secure |
tp_csrf | CSRF-protection token for state-changing dashboard requests. | Session | SameSite=Lax · Secure |
tp_theme | Optional, set when a user picks a non-default theme. | 1 year | SameSite=Lax · Secure |
§ 02#
What we do not set
- No third-party advertising cookies.
- No tracking pixels or marketing trackers.
- No cross-site fingerprinting.
§ 04#
Disabling cookies
You can clear or block cookies in your browser settings, but the dashboard won’t function — sign-in won’t survive the redirect. SDKs do not use cookies; they use HTTP requests with header-based auth. Disabling browser cookies has no effect on TillDev SDK telemetry.
§ 05#
Third-party services in the dashboard
We load fonts from Google Fonts (preconnect to fonts.googleapis.com and fonts.gstatic.com) and the world map from a public TopoJSON CDN on the Field Map page. Neither sets cookies in our hosting context.
§ 06#