Metadata-Version: 2.1
Name: django-2fa
Version: 0.6.0
Summary: 2 Factor authenication application for Django
License: MIT
Author-email: Paul Bailey <paul@neutron.studio>
Requires-Python: >=3.7
Project-URL: homepage, https://github.com/neutron-sync/django-2fa
Description-Content-Type: text/markdown
Description: # django-2fa
        
        two factor authentication support for Django
        
        ## Features
        
        - HOTP via e-mail
        - TOTP via authernicator apps
        - FIDO via hardware tokens
        - Mechanism for using 2FA with CLI applications

