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.…