Skip to main content

Django middleware to capture current request and user.

Project description

Build Status PyPI Version PyPI License Python Versions Django Versions Read the Docs

Django-CRUM

Django-CRUM (Current Request User Middleware) captures the current request and user in thread local storage.

It enables apps to check permissions, capture audit trails or otherwise access the current request and user without requiring the request object to be passed directly. It also offers a context manager to allow for temporarily impersonating another user.

It provides a signal to extend the built-in function for getting the current user, which could be helpful when using custom authentication methods or user models.

Documentation can be found at RTFD.

It is tested against:
  • Django 1.11 (Python 3.5 and 3.6)

  • Django 2.0 (Python 3.5, 3.6 and 3.7)

  • Django 2.1 (Python 3.5, 3.6 and 3.7)

  • Django 2.2 (Python 3.5, 3.6, 3.7, 3.8 and 3.9)

  • Django 3.0 (Python 3.6, 3.7, 3.8 and 3.9)

  • Django 3.1 (Python 3.6, 3.7, 3.8 and 3.9)

  • Django master/3.2 (Python 3.6, 3.7, 3.8 and 3.9)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-crum-0.7.9.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

django_crum-0.7.9-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page