Row-level data access
Client data is isolated with Supabase Row Level Security so each client can only access its own records.
SynaNoteAI combines authenticated access, row-level data isolation, audit logging, rate limiting, and protected session handling so automotive service organizations can review the security controls that are currently implemented for client data and service usage.
The current implementation includes client-data isolation, controlled service access, protected transport, and operational logging. Internal admin safeguards are listed here only where they support those protections rather than describe client-facing product capabilities.
Client data is isolated with Supabase Row Level Security so each client can only access its own records.
Super-admin access is protected with enforced multi-factor authentication and session controls for privileged actions.
Administrative actions are recorded with timestamps, IP address, user agent, and change details for accountability.
Tool access and account session state are issued server-side through HttpOnly cookies rather than browser storage.
Public and authenticated APIs are rate-limited, and internal readiness checks are separated from privileged operations.
Admin access can be restricted with IP allowlisting, and transport to the app and its processors is encrypted in transit.
Additional public details about implemented safeguards and data handling are available in the Privacy Policy and the public contact path.