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.9.tar.gz (8.6 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.9-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for drf_audit_trail-0.2.9.tar.gz
Algorithm Hash digest
SHA256 6346eb81968f1063d29b7a072a74484a1003162325bd84cff68a3718db1d5934
MD5 0316d09d06721a23138a9feb7597c961
BLAKE2b-256 41b7d1afe71d008977d13228cf6023bbdf2e3eaf521c9de2b5f67dac1e048d73

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for drf_audit_trail-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 9f57fcc56c185701ae8b1b7b7fba44bbb3c37072bce51b27f45b35ce9b99d150
MD5 450484ec08a9a6f530d6775a21ffac66
BLAKE2b-256 c7112ec4c8b7a0c028ff1f3972acff08d83de40334738ef9b7a1fbe1fb3ec6de

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