Data Security
Privacy Policy
Last updated: July 20, 2026.
This policy explains how the Dodiscuss network handles, isolates, and protects data across our multi-tenant infrastructure.
Data Isolation & Multi-Tenancy
Every workspace operates within strictly defined tenant boundaries. Data belonging to your community members—including posts, user profiles, and engagement metrics—is logically separated at the database level using secure tenant IDs. We never cross-pollinate data between workspaces.
Information We Collect
To maintain the security and performance of our infrastructure, we collect:
- Account authentication details (emails and securely hashed passwords) required for JWT session management.
- Telemetry and system observability data to monitor API latency, node health, and concurrent load.
- Billing and subscription tier information for workspace administrators.
Use of Information
The data we collect is utilized strictly to:
- Authenticate users across custom domains seamlessly.
- Provision and scale backend Rust resources dynamically based on your workspace traffic.
- Issue critical alerts regarding plan limits or subscription expiries.
Data Protection
We implement aggressive security measures, including HTTPS/TLS enforcement on all custom edge domains, encrypted JWT handshakes, and parameterized database queries to prevent unauthorized access and injection attacks.