Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.3 KB

auth_decorators.rst

File metadata and controls

43 lines (23 loc) · 1.3 KB

Django Auth Decorator Processors

PermissionRequiredDecoratorProcessor

permissions_auditor.processors.auth_decorators.PermissionRequiredDecoratorProcessor

LoginRequiredDecoratorProcessor

permissions_auditor.processors.auth_decorators.LoginRequiredDecoratorProcessor

StaffMemberRequiredDecoratorProcessor

permissions_auditor.processors.auth_decorators.StaffMemberRequiredDecoratorProcessor

ActiveUserRequiredDecoratorProcessor

permissions_auditor.processors.auth_decorators.ActiveUserRequiredDecoratorProcessor

AnonymousUserRequiredDecoratorProcessor

permissions_auditor.processors.auth_decorators.AnonymousUserRequiredDecoratorProcessor

SuperUserRequiredDecoratorProcessor

permissions_auditor.processors.auth_decorators.SuperUserRequiredDecoratorProcessor

UserPassesTestDecoratorProcessor

permissions_auditor.processors.auth_decorators.UserPassesTestDecoratorProcessor