/Security

The audit trail is the workflow. The workflow is the audit trail.

Security and compliance aren't an enterprise add-on at Partnr, they're how the platform is built. Multi-tenant isolation, token-based file access, and field-level audit logging are on by default.

How it works

The plain-English version.

/01

Hosting and infrastructure

The Partnr platform runs on Microsoft Azure. The web application is deployed via Vercel. Both providers offer enterprise-grade physical and network security, including DDoS protection, isolated tenancy, and ISO 27001 certified facilities.

/02

Data isolation

Every record in Partnr is scoped to an organisation. Database queries filter by organisationId at the data layer, no cross-tenant data exposure is possible through the API. Soft-delete preserves history without exposing deleted records to active workflows.

/03

Authentication

Sign-in is supported via email/password (OTP-confirmed), Google OAuth 2.0, and Microsoft Azure AD. JWT access tokens are paired with refresh tokens stored in HTTP-only secure cookies. Vendor and client portal links use time-limited tokens with no naked URLs.

/04

Authorisation

Organisation-based access control with configurable roles. New members can be configured to auto-join (matching email domain) or require admin approval. Role assignments control which capabilities a user can exercise within their organisation.

/05

File storage

Uploaded documents are stored in Azure Blob Storage with unique paths per organisation. Preview and download URLs are token-based and time-limited, no permanent public links. Each document has an access-control flag (vendor-accessible, client-accessible, or internal).

/06

Audit trail

Every create, update, and delete on monitored entities is logged with user ID, organisation, timestamp, IP address, user agent, and field-level deltas on updates. Audit logs are queryable by entity, user, or action type. Soft-delete preserves the full record history.

/07

Data export and deletion

Customers retain full ownership of their data. On request we will export your organisation's data in a structured format, or permanently delete it. Soft-deleted records can be restored on request during the data retention period.

/08

Compliance enquiries

For security reviews, data processing agreements, or compliance questionnaires, contact security@partnr.example. We respond within two business days.

Security questions before you sign up?

Email security@partnr.example, we'll get back to you within two business days.