Security Settings
Configure authentication security settings for your LoveAutomate account and team.
Manage security settings for your account and team.
Account Security
Two-Factor Authentication (Coming Soon)
Add an extra layer of security to your account with TOTP-based 2FA:
- Go to Account Settings → Security
- Click Enable 2FA
- Scan the QR code with your authenticator app
- Enter the verification code to confirm
Session Management
View and manage your active sessions:
- See all devices where you're signed in
- Revoke access to specific sessions
- Set session timeout preferences
Team Security
Access Controls
Team admins can configure:
| Setting | Description |
|---|---|
| Default role | Role assigned to new members |
| Invite restrictions | Who can invite new members |
| API key management | Who can create/revoke API keys |
| Project access | Per-project permission controls |
Audit Logs
Track security events across your team (Pro and Enterprise plans):
- Sign-in and sign-out events
- Permission changes
- API key creation and revocation
- Project configuration changes
API Key Security
When using API keys for CI/CD integration:
- Store keys in your CI's secret management
- Rotate keys periodically
- Use project-scoped keys when possible
- Never commit keys to your repository