Configuration
Set the following variables when using the auth helpers that integrate third-party providers.
MFA Providers
| Variable | Description |
|---|---|
TWILIO_ACCOUNT_SID | Twilio account SID |
TWILIO_AUTH_TOKEN | Twilio auth token |
TWILIO_VERIFY_SERVICE_SID | Twilio Verify service SID |
WHATSAPP_AUTH_TEMPLATE | WhatsApp template name |
WHATSAPP_AUTH_TEMPLATE_LANG | WhatsApp template language (e.g. en_US) |
Messaging Data
DB URL provided by MessagingDataModule (see messaging client docs).
Account Self-Service (GDPR)
| Variable | Default | Description |
|---|---|---|
ACCOUNT_DELETION_GRACE_DAYS | 30 | Days before soft-deleted accounts are permanently purged |
ACCOUNT_DELETION_OTP_TTL_MIN | 15 | Minutes before deletion/restore OTP codes expire |
DEFAULT_COMMS_TENANT_ID | global | Fallback tenant for notifications when user has no tenant |
See IDP → Configuration for IDP-specific variables.