[Fixed]-Setting up a Twilio gateway with django-two-factor-auth

1đź‘Ť

âś…

Please refer to the documentation of version 1.3.0 which includes elaborated setup instructions. More specifically, you need to set the following constants in your django project’s settings:

  • TWILIO_ACCOUNT_SID: Should be set to your account’s SID.
  • TWILIO_AUTH_TOKEN: Should be set to your account’s authorization token.
  • TWILIO_CALLER_ID: Should be set to a verified phone number. Twilio differentiates between numbers verified for making phone calls and sending text messages.
👤Bouke

Leave a comment