DRF 2FA (Two Factor Authentication)¶
Integrate 2 Factor Authentication in Your Django REST API project easily.
Features¶
- Email based OTP authentication
- SMS based OTP authentication
- Twilio
- Third party Authenticator App authentication
- Ability to skip/disable 2fa on current device (In Progress)
- Ability to use multiple authentication methods (In Progress)
Documentation¶
Implementing Two Factor Authentication has never been easier!