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.8.tar.gz (11.9 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.8-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: drf_audit_trail-0.3.8.tar.gz
  • Upload date:
  • Size: 11.9 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.8.tar.gz
Algorithm Hash digest
SHA256 6aa1866e6db86a99b9f281f3c94ed396276736581f0abc7f113f12cd6499b60c
MD5 88066bead7a2a3f4a44340d30ea43de5
BLAKE2b-256 7419434668654f5178d4d19daa8513ac896a07d319283c33dafa96b20670216a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: drf_audit_trail-0.3.8-py3-none-any.whl
  • Upload date:
  • Size: 21.0 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 10a78fe166c8355ca71ae3db5c82479a9f7fd6380349f7d7489a52ebcb65d038
MD5 d14d5d4cea73bac4e2dd3201f860f651
BLAKE2b-256 a361d987e0fc23ac4e334f9493507591afc9b91dfa1a9a4ed9be89266c8949bb

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