How We Protect Your Relationships

Strict Row Level Security

Every database query is scoped to your identity. Row Level Security (RLS) policies enforce auth.uid() = user_id on every table, so the database engine itself blocks any cross-user data access before it can even occur at the application layer.

Soft-Delete Safeguards

Accidents happen. When you delete a person, we use a "soft-delete" pattern. They go into your secure Trash folder, meaning a connection is never accidentally lost forever.

Tokens Never Leave the Server

Your Google Calendar OAuth refresh token is stored server-side in a dedicated column and is never returned to the browser. The API endpoint that returns your profile data uses an explicit safe column list that deliberately excludes it.

Secure your personal CRM.

Join KnowThem and start managing your network with peace of mind.

Start Free Trial