Section 01
Database Security
Banana Cards uses Supabase for database management and backend data handling. Supabase is built on PostgreSQL and supports security controls such as Row Level Security, which allows access rules to be applied directly at database level so users can only access data they are authorized to access.
Supabase encrypts customer data at rest using AES-256 and in transit using TLS. Where applicable, Banana Cards layers additional database-level access controls, authentication rules, role-based permissions, and secure backend processes to protect user data against unauthorized access.