Security practices
- ◆All client sites are served exclusively over HTTPS with modern TLS.
- ◆Source code, deployments, and database access are gated behind multi-factor authentication.
- ◆Role-based access — only the people working on your project can see your data.
- ◆Secrets (API keys, database credentials) are stored in encrypted secret stores, never in source code.
- ◆No service or partner is given more access than the specific job they perform.
