Cookies are small text files placed on your device. We also use similar technologies (localStorage/sessionStorage). They help with sign-in, security, preferences, and performance.
1) How we use cookies
- Essential: authentication/session (e.g., NextAuth), CSRF, load balancing. Required to log in, create/buy listings, and use the dashboard.
- Preferences: UI/theme choices and remembered filters.
- Analytics/Performance (optional): understand usage and improve reliability; configured to minimize identifiers where possible.
- Payments & Integrations: Stripe may set cookies during checkout/Connect onboarding; Google Maps may set identifiers for Autocomplete.
2) Examples
__Secure-next-auth.session-token
(essential) — maintains your logged-in session.- Local storage for app preferences (e.g., theme, last used filter).
- Stripe checkout/Connect cookies during payment/payout flows.
- Google Maps Autocomplete cookies when entering addresses.
Exact names vary by environment and configuration.
3) Managing cookies
- Use your browser settings to block or delete cookies. Blocking essential cookies may prevent sign-in or purchases.
- If we show a cookie banner/manager, you can adjust non-essential categories at any time. Your choices apply to the current browser.
4) Updates
We will update this Cookie Policy as our use of cookies evolves.