Account security
Platform authentication via Supabase Auth with server-side session validation.
Company
Security is a product requirement. We describe controls in plain language — without claiming certifications we do not hold.
Platform authentication via Supabase Auth with server-side session validation.
Centralized server checks combine membership, store scope, and action. Deny by default.
Sensitive reads/writes derive trusted store context — never trust client store IDs alone.
Versioned endpoints, schema validation, scoped API keys, rate limits, request IDs.
Verify signatures and timestamps before accepting business events.
Objects stay private; downloads use authorized short-lived signed URLs.
Balances and fees use integer minor units with transactional posting.
Sensitive actions record actor, target, and outcome without secret payloads.
We do not advertise SOC/ISO certifications, regulated custody licenses, or uptime guarantees unless separately published. Exact compliance programs remain out of scope until explicitly adopted.
Sensitive cross-tenant access should return denial or non-disclosing not-found responses.
No. Checkout recalculates from the database.
Start a store with tenant isolation from day one.