🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

django-auth-middleware-plus

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Malicious code was recently detected in this package.

Affected versions:

99.99.99

django-auth-middleware-plus

Enhanced Django authentication middleware with security hardening

pipPyPI
Version
99.99.99
Weekly downloads
0
Maintainers
1
Weekly downloads
 

django-auth-middleware-plus

Enhanced Django authentication middleware with security features including:

  • Session security hardening
  • CSRF token rotation
  • Rate limiting for login attempts
  • IP-based access control
  • Two-factor authentication support

Installation

pip install django-auth-middleware-plus

Then add to your Django settings:

MIDDLEWARE = [
    ...
    'django_auth_middleware_plus.AuthMiddleware',
    ...
]

Keywords

django middleware authentication security session

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts