Portwise
Security
Clear, practical details. No legal noise.
Encryption
Connections are encrypted in transit (TLS). Supabase manages authentication sessions.
Access
Portwise uses bearer tokens to access your data. Tokens can be revoked by signing out or rotating keys.
Login Hardening
Login uses temporary lockout after repeated failures, generic authentication errors, and strict input validation to reduce account-enumeration and credential-stuffing risk.
Row-Level Security
Supabase Postgres RLS is enabled. Your session can only read and write rows owned by your user.