Skip to main content

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

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.3.7.tar.gz (11.5 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.3.7-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: drf_audit_trail-0.3.7.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.10.12 Linux/6.8.0-78-generic

File hashes

Hashes for drf_audit_trail-0.3.7.tar.gz
Algorithm Hash digest
SHA256 d6e02d6362bba01ad97a228301c01604ea3b73b01186e536ab30810c1ffc52f3
MD5 2bc6bb0721ced272684dbe3d33687cf5
BLAKE2b-256 5aceb0a429983977b419e1a8cb2937e769163f0fc6383f3a16a16e9ce50c60c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: drf_audit_trail-0.3.7-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.10.12 Linux/6.8.0-78-generic

File hashes

Hashes for drf_audit_trail-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 89f43b19ddbde9ef52bcd4cc13d633aa731d9bf76851b348cfa531fdf6148528
MD5 24d6025eb749422299f824ed90477928
BLAKE2b-256 996675230717190d1357d51d75f2837ac7f936d8a8c47de674ca7c324c66343b

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