Skip to main content

A reusable django [DRF] application that handles auditing of requests and logins

Project description

DRF Audit Trail

A reusable Django [DRF] application that handles auditing of requests and logins.

Features

  • Request audit trail
  • Logins audit trail
  • Integration with simplejwt
  • Support for Django Async
  • Thread Safe
  • Error tracking

Usage

To use this app, you need to install it, add it to the Django INSTALLED_APPS, and configure the middleware in your Django settings.

Installation

pip install drf-audit-trail

Configuration

Add to Django INSTALLED_APPS

# settings.py

INSTALLED_APPS = [
    ...
    "drf_audit_trail",
]

Configure the middleware

Add to Django MIDDLEWARE configuration

# settings.py

MIDDLEWARE = [
    ...
    "drf_audit_trail.middleware.RequestLoginAuditEventMiddleware",
]

Settings

In your settings.py, configure

DRF_AUDIT_TRAIL_REQUEST_AUDIT_URLS: A list that accepts regex patterns indicating which URLs should be tracked.

Example:

Default: [r"^/api/.*?/"]

DRF_AUDIT_TRAIL_REQUEST_AUDIT_URLS = [r"^/api/.*?/"]

This means that all requests starting with /api/ will be tracked.


DRF_AUDIT_TRAIL_AUTH_URL: The endpoint used to authenticate users.

Default: /api/token/

DRF_AUDIT_TRAIL_AUTH_URL = "/api/token/"

DRF_AUDIT_TRAIL_AUTH_STATUS_CODE_FAILED: The status code returned when the auth request failed

Default: 401

DRF_AUDIT_TRAIL_AUTH_STATUS_CODE_FAILED = 401

Flow

DER

DER

DER

RequestLoginAuditEventMiddleware class diagram

DER

Project details


Download files

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

Source Distribution

drf_audit_trail-0.2.7.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drf_audit_trail-0.2.7-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file drf_audit_trail-0.2.7.tar.gz.

File metadata

  • Download URL: drf_audit_trail-0.2.7.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-44-generic

File hashes

Hashes for drf_audit_trail-0.2.7.tar.gz
Algorithm Hash digest
SHA256 a4db2040da193647181f4d98e40a87efd67c130217fea4dafe4b0c0ed917f724
MD5 ec871c704512cdf45d50a7f25cf3701d
BLAKE2b-256 fafc4aa5b62b7d448ca30b1e7e1086b7bbd3260a5279d220a0c474b6c834fc21

See more details on using hashes here.

File details

Details for the file drf_audit_trail-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: drf_audit_trail-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-44-generic

File hashes

Hashes for drf_audit_trail-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d58616df5eccef4e91af31498ec8f66e7bd4f5997d80d7a4b78d01cf4748f629
MD5 7666480bf1d0fd846d4d786b1eced18f
BLAKE2b-256 9054af49ce80e17fedcbdeffbce2a9f3397c241316514fdc6f99f3c705152883

See more details on using hashes here.

Supported by

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