The short version
PromeTix sets only the cookies required to keep you signed in and to protect the sign-in form. There are no advertising cookies, no cross-site trackers, and no analytics cookies.
Cookies we set
- Session cookie (
next-auth.session-token) — keeps you signed in. Deleted when it expires or when you sign out. - CSRF cookie (
next-auth.csrf-token) — protects the sign-in form against cross-site request forgery. - Callback cookie (
next-auth.callback-url) — remembers where to return you after signing in.
All three are essential: the app cannot function without them, so there is no consent banner to click through for them.
Local storage
Some interface preferences (for example, admin panel settings) are kept in your browser’s local storage. They stay on your device and are never transmitted to us.
Third parties
If you pay for a plan, Stripe’s checkout pages set their own cookies under Stripe’s cookie policy. We do not embed third-party widgets that set cookies on our own pages.
Questions
Email hello@prome-tix.com.