Last updated: May 2026
EventGo uses a minimal number of cookies necessary to operate the service:
| Cookie | Purpose | Duration |
|---|---|---|
| next-auth.session-token | Keeps you signed in across page loads | Session / 30 days |
| next-auth.csrf-token | Protects against cross-site request forgery | Session |
| next-auth.callback-url | Remembers where to redirect after sign-in | Session |
We use browser localStorage (not cookies) to save your UI preferences such as dark/light mode and font size. This data never leaves your device.
You can delete cookies at any time via your browser settings. Deleting the session cookie will sign you out of EventGo. Blocking all cookies will prevent sign-in from working.
For more on how we handle personal data, see our Privacy Policy.