# mattrobenolt/django-sudo

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/mattrobenolt-django-sudo).**

0 stars · 0 forks

## Links

- GitHub: https://github.com/mattrobenolt/django-sudo
- awesome-repositories: https://awesome-repositories.com/repository/mattrobenolt-django-sudo.md

## Description

django-sudo provides an extra layer of security for after a user is already logged in. Views can be decorated with @sudorequired, and then a user must re-enter their password to view that page. After verifying their password, that user has elevated permissions for the duration of SUDOCOOKIE_AGE.…

## Tags

### Part of an Awesome List

- [Security And Privacy](https://awesome-repositories.com/f/awesome-lists/security/security-and-privacy.md) — Implements a sudo-mode for sensitive operations.
