django-sudo
Password protection
Adds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in
Extra security for your sensitive pages
281 stars
7 watching
27 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
anexia-it/django-rest-passwordreset | A Django extension providing a configurable password reset strategy with signal hooks and REST endpoints. | 427 |
gotlium/django-secure-auth | Provides secure authentication using Time-Based One-Time Passwords, SMS codes, questions, and IP range protection with CAPTCHA. | 42 |
lpomfrey/django-debreach | Protects against a specific web-based attack by modifying the length of HTML responses. | 75 |
jazzband/django-two-factor-auth | Provides Two-Factor Authentication for Django projects using django-otp and other libraries. | 1,695 |
mgrouchy/django-stronghold | Makes all Django views require login by default | 396 |
mozilla/django-session-csrf | An alternative implementation of Django's CSRF protection that does not use cookies. | 110 |
ericelliott/credential | Protects user passwords from brute force, rainbow tables, and timing attacks by generating unique salts for each password. | 347 |
dmpayton/django-admin-honeypot | A fake admin login screen to log and notify admins of unauthorized access attempts | 1,026 |
revsys/django-test-plus | Reduces boilerplate code in Django tests to make them more efficient and maintainable | 612 |
georgemarshall/django-cryptography | Provides primitives and drop-in replacements for encrypting data in Django | 383 |
adeyosemanputra/pygoat | A deliberately vulnerable Django web application showcasing common web application security threats | 223 |
jazzband/django-robots | A Django app for managing robots exclusion protocol files | 459 |
mozilla/django-csp | A Django middleware that enables the implementation of Content Security Policy (CSP) headers. | 569 |
skorokithakis/django-loginas | Allows Django admin users to log in as other users with customizable permissions and URL redirects. | 366 |
adamchainz/django-permissions-policy | A Django app that sets the Permissions-Policy HTTP header to control third-party feature access | 98 |