Authentication
Commander uses Auth0 for identity management. When you sign in, Auth0 verifies your credentials and issues a token that Commander uses to authenticate each request. Auth0 maintains its own database containing your email and login credentials, separate from Commander’s financial data database. Within Commander’s database, Auth0 identifiers undergo SHA256 hashing before storage. Commander never stores the original Auth0 ID as plain text and does not store your email in its database.Encryption
All connections to Commander’s servers use TLS 1.2 or higher. This includes communication between your device and Commander’s API, between Commander and its database, and between Commander and third-party services. AWS Key Management Service encrypts all data at rest as part of the MongoDB Atlas platform.Bank connections
When you link a bank account, you authenticate directly with your financial institution through Plaid’s secure interface. Commander never receives or stores your bank login credentials. Plaid provides Commander with an access token that allows it to retrieve account and transaction data on your behalf. Commander stores only the last 2-4 digits of your account numbers and never persists full account numbers. If you disconnect a bank connection, Commander revokes the associated Plaid access token, terminating its ability to retrieve data from that institution.What Commander stores
Commander’s financial database contains:- Account names, types, colors, and balances
- Transaction details including amounts, dates, merchant names, memos, and statuses
- Budget lines, targets, and envelope balances
- Merchant names and budget line associations
- Bank login credentials
- Full account numbers (only the last 2-4 digits)
- Your email (Auth0 maintains this separately)
Error tracking
Commander uses Sentry for error tracking. Privacy filters process all data before transmission:- Sentry masks IP addresses
- Sentry hashes user identifiers with a workspace-specific salt
- Sentry sanitizes or removes request headers containing potentially identifying information
Third-party services
| Service | Data shared | Purpose |
|---|---|---|
| Auth0 | Email, login credentials | Identity management and authentication |
| Plaid | Access tokens for bank connections | Retrieving account and transaction data |
| Stripe | Email and user identifier | Subscription billing |
| Sentry | Filtered error events with PII removed | Error tracking |
| MongoDB Atlas | All financial data | Database hosting |