django-mfa
Two-factor authentication
Adds an extra layer of security to Django applications by requiring users to provide a second form of verification in addition to their password
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
183 stars
17 watching
81 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
2fadjangomfapythonsecurityu2f
Related projects:
Repository | Description | Stars |
---|---|---|
jazzband/django-two-factor-auth | Provides Two-Factor Authentication for Django projects using django-otp and other libraries. | 1,715 |
antonioribeiro/google2fa | Provides a PHP implementation of Google Two-Factor Authentication | 1,868 |
timbru31/masters-thesis | An evaluation of multi-factor authentication and its comparison with the Web Authentication API | 14 |
charlietango/owky | A Two-Factor Authentication application generating Time-based One-Time Passwords (TOTP) for secure login | 46 |
dfunckt/django-rules | An authorization framework for Django applications that doesn't rely on a database. | 1,874 |
gotlium/django-secure-auth | Provides secure authentication using Time-Based One-Time Passwords, SMS codes, questions, and IP range protection with CAPTCHA. | 42 |
labd/wagtail-2fa | A Django app providing two-factor authentication to access Wagtail sites | 85 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
andrej-griniuk/cakephp-two-factor-auth | A two-factor authentication plugin for CakePHP, providing an additional layer of security for user authentication. | 37 |
mattrobenolt/django-sudo | Adds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in | 280 |
5monkeys/django-formapi | A Django API framework with signed requests and form validation for secure and structured data exchange. | 35 |
discolabs/django-shopify-auth | A package that adds Shopify authentication to Django apps | 144 |
mattrubin/authenticator | An iOS app that generates and verifies one-time passwords for two-factor authentication | 848 |
lpomfrey/django-debreach | Protects against a specific web-based attack by modifying the length of HTML responses. | 75 |
micropyramid/django-email-gateway | A Django package that enables email sending and receiving with various vendors like Amazon SES. | 30 |