C
Docs
Docs/settings/Security Settings

Security Settings

Protect your Celavii account — two-factor authentication, API key management, login history, and security alerts.

Protect your account with two-factor authentication, API key management, and security monitoring.

Security Features

FeatureStatusWhat it does
Two-Factor AuthenticationRecommendedAdd an extra layer of security with 2FA
API KeysActiveManage API keys for third-party integrations
Login HistoryAvailableView recent account activity and sessions
Security AlertsEnabledGet notified of suspicious activity

Setting Up Two-Factor Authentication

  1. Navigate to Settings → Security from your dashboard
  2. Click "Enable Two-Factor Authentication" and scan the QR code with your authenticator app
  3. Save your backup codes securely in case you lose access to your authenticator

Managing API Keys

API key best practices:

  • Never share API keys in public repositories
  • Rotate keys regularly (every 90 days recommended)
  • Use environment variables to store keys
  • Create separate keys for different environments
  • Revoke unused or compromised keys immediately

Related