Metadata-Version: 2.1
Name: drf-2fa
Version: 1.0.0
Summary: Integrate 2 factor authentication in your django rest api easily
Home-page: https://github.com/farhad0085/drf-2fa
Author: Farhad Hossain
Author-email: farhadhossain0085@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django >=2.2

# DRF 2FA (Two Factor Authentication)
Integrate 2 Factor Authentication in Your Django REST API project easily.

## Features
- Email based OTP authentication (Added)
- SMS based OTP authentication (Added)
    - Twilio (Added)
- Third party Authenticator App authentication (Added)
- Ability to skip/disable 2fa on current device (PENDING)
- Ability to have multiple authentication method (PENDING)

## Documentation
- [Installation](./installation.md)
- [Configuration](./configuration.md)
