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
280 stars
7 watching
27 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Django extension providing a configurable password reset strategy with signal hooks and REST endpoints. | 426 |
| Provides secure authentication using Time-Based One-Time Passwords, SMS codes, questions, and IP range protection with CAPTCHA. | 42 |
| Protects against a specific web-based attack by modifying the length of HTML responses. | 75 |
| Provides Two-Factor Authentication for Django projects using django-otp and other libraries. | 1,715 |
| Makes all Django views require login by default | 397 |
| An alternative implementation of Django's CSRF protection that does not use cookies. | 111 |
| Protects user passwords from brute force, rainbow tables, and timing attacks by generating unique salts for each password. | 347 |
| A fake admin login screen to log and notify admins of unauthorized access attempts | 1,031 |
| Reduces boilerplate code in Django tests to make them more efficient and maintainable | 615 |
| Provides primitives and drop-in replacements for encrypting data in Django | 385 |
| A deliberately vulnerable Django web application showcasing common web application security threats | 230 |
| A Django app for managing robots exclusion protocol files | 459 |
| A Django middleware that enables the implementation of Content Security Policy (CSP) headers. | 569 |
| Allows Django admin users to log in as other users with customizable permissions and URL redirects. | 365 |
| A Django app that sets the Permissions-Policy HTTP header to control third-party feature access | 100 |