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: 9 months ago
Linked from 1 awesome list
2fadjangomfapythonsecurityu2f
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides Two-Factor Authentication for Django projects using django-otp and other libraries. | 1,715 |
| Provides a PHP implementation of Google Two-Factor Authentication | 1,868 |
| An evaluation of multi-factor authentication and its comparison with the Web Authentication API | 14 |
| A Two-Factor Authentication application generating Time-based One-Time Passwords (TOTP) for secure login | 46 |
| An authorization framework for Django applications that doesn't rely on a database. | 1,874 |
| Provides secure authentication using Time-Based One-Time Passwords, SMS codes, questions, and IP range protection with CAPTCHA. | 42 |
| A Django app providing two-factor authentication to access Wagtail sites | 85 |
| An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
| A two-factor authentication plugin for CakePHP, providing an additional layer of security for user authentication. | 37 |
| Adds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in | 280 |
| A Django API framework with signed requests and form validation for secure and structured data exchange. | 35 |
| A package that adds Shopify authentication to Django apps | 144 |
| An iOS app that generates and verifies one-time passwords for two-factor authentication | 848 |
| Protects against a specific web-based attack by modifying the length of HTML responses. | 75 |
| A Django package that enables email sending and receiving with various vendors like Amazon SES. | 30 |