Currently in free beta

Security built into the foundation.

WorkThroughLine is a multi-tenant SaaS for product strategy, discovery and delivery. Every organization works in its own isolated space. This page describes the concrete mechanisms that protect it, without marketing phrasing: every claim here matches what is actually in the system.

Last updated: 29 July 2026

Isolation

Two-layer tenant isolation

Separation per organization at the application layer and at the database layer (PostgreSQL Row-Level Security), over a connection without superuser rights - so the database itself rejects other tenants’ rows.

Access

Strong sessions and 2FA

Passwords only ever hashed (bcrypt), refresh-token rotation with theft detection, and optional TOTP two-factor sign-in with recovery codes.

Encryption

TLS and encrypted secrets

TLS on every public connection; sensitive secrets (2FA and webhook secrets) encrypted at rest with AES-256-GCM.

Recovery

Off-site backup + restore proof

Daily encrypted off-site backup and a monthly automated restore drill that proves the archive can actually be brought back.

Security and data protection - WorkThroughLine