Data handling
All data is stored in a PostgreSQL database managed by Supabase. Data at rest is encrypted using AES-256 via the underlying cloud infrastructure. All data in transit is encrypted with TLS 1.2 or higher.
Application logs may contain operational identifiers such as email addresses for debugging purposes. Logs do not contain passwords, API keys, or raw authentication tokens. Sensitive tokens used in public booking links are stored as SHA-256 hashes, not in plaintext.