Basic two factor authentication (2fa) in Django with Twilio

In this tutorial we are going to build a simple two factor authentication system in a Django project with SMS using Twilio. In order to implement this functionality we will use among others:
➜ django signals
➜ custom user class with a phone number field
➜ sending SMS with Twilio

#django #twilio #python

Simple Two Factor Authentication in Django with SMS Verification Code | Basic 2FA using Twilio
2.70 GEEK