Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 877 Bytes

File metadata and controls

20 lines (17 loc) · 877 Bytes

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!