Django Mfa Versions Save

Django-mfa (Multi Factor Authentication) is a simple package to add extra layer of security to your django web application. It gives web app a randomly changing password as an extra protection and supports u2f too

v3.2

2 years ago

Updated to django 3.2

v2.1

3 years ago

Updated Django version to django>=2.2.19

v2.0

4 years ago
  1. Recovery Codes Support
  2. U2F Support
  3. Updated test cases

v1.2

5 years ago

Fixed installation dependencies for Django 2.0 or greater versions.

v1.1

5 years ago

Added issuer name in the scanned QA code in the authenticator app, Added Django2.0 support.

v1.0

6 years ago

Fixed the invalid barcode issue in mac. Updated requirements in sandbox application

v0.03

7 years ago