Metadata-Version: 2.1
Name: django-2fa
Version: 0.5.0
Summary: 2 Factor authenication application for Django
License: MIT
Author-email: Paul Bailey <paul@neutron.studio>
Requires-Python: >=3.7
Requires-Dist: django-fernet-encrypted-fields~=0.0
Requires-Dist: fido2~=0.9
Requires-Dist: haikunator>=2.1.0
Requires-Dist: pyjwt>=2.3.0
Requires-Dist: pyotp~=2.6
Project-URL: homepage, https://github.com/neutron-sync/django-2fa
Description-Content-Type: text/markdown

# django-2fa

two factor authentication support for Django

## Features

- two factor auth can be enabled by default if e-mail is available for a user
- HOTP via e-mail
- TOTP via authernicator apps
- FIDO via hardware tokens

