Documentation Index
Fetch the complete documentation index at: https://yorber.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Schema Design
The database is designed to handle multi-currency transactions with precision. All monetary values are stored asNUMERIC to avoid floating-point errors.
Wallets Table
Row Level Security (RLS)
Security is not just in the app; it’s in the database. Every query is filtered by the user’s UUID.Security Layers
- Identity: Supabase Auth (Email/Google).
- Access: Database RLS Policies.
- Local: Biometric Lock (FaceID/Fingerprint) + Session PIN.
- Transport: TLS 1.3 encryption for all API calls.