Per-tenant database
Every tenant has a dedicated database. The request connects to that database before any controller runs. Cross-tenant queries are structurally impossible because there is no API to switch DBs mid-request.

Security
We publish what we actually do, not what would look good on a brochure. If you need something we have not documented, ask us.

Why this page exists
If your community is on a platform you rent, the security story is whatever the landlord says it is. You cannot audit it. You cannot question it. You inherit their breaches. On Mobieus you own the community, which means you also get to see — and ask about — how it is protected. Pair this page with data ownership for the full posture.
Architecture
Every tenant has a dedicated database. The request connects to that database before any controller runs. Cross-tenant queries are structurally impossible because there is no API to switch DBs mid-request.
Keys are stored as SHA-256 hashes in the tenant DB. Constant-time comparison on lookup. A key minted on tenant A cannot authenticate to tenant B even on the same control plane.
Sovereign tenants run on a private dedicated VM with no shared tenancy. Network, storage, and compute are yours.
Controls
Web Application Firewall in front of every tenant. Daily digest of blocked requests posted to the admin system-log forum.
TLS 1.2+ on every public endpoint. Database storage encrypted at rest. HSTS preload.
Audit log on every admin action (create, update, delete, role change). Append-only. Sovereign tenants get the audit log on the dedicated server.
Outbound webhooks rejected from loopback, RFC1918, link-local, IPv6 unique-local, and the cloud metadata endpoint. Re-checked at every delivery to defeat DNS rebinding.
Per-IP, per-key, per-account, per-endpoint. Limits exposed via X-RateLimit headers on API responses.
Tenant databases backed up daily, 30-day retention. Sovereign tenants can request snapshots on demand.
Disclosure
Email [email protected] with a description and reproduction steps. We acknowledge within one business day. We do not pursue legal action against good-faith research.
Start when you are ready
No credit card. Bring your own Stripe. Cancel any time. Your data stays yours.