Privacy

Privacy Policy

This page documents how the frontend and backend cooperate to manage session, profile, and community data.

Account Data

A lightweight user snapshot is stored locally to preserve dashboard state across refreshes while the backend session is revalidated.

Community Data

Threads, clips, and profile details are displayed to other users as part of the product experience.

Cookies

Authentication relies on backend-managed cookies from the existing Django backend.

Operational Note

Real session persistence on plain localhost may still depend on backend cookie security settings.