authkits

Search Authkits

Search pages, documentation, and resources.

Security

Audit Logs

Track authentication activity including login attempts, password resets, MFA changes, and administrative actions.

Successful Login

Failed Login

Password Reset

MFA Enabled

Enable Audit Logs

Store authentication and security related events for monitoring and compliance.

settings.py
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
AUTHKITS = {
    "audit_logs": True
}

Example Events

Authkits records important authentication and security actions automatically.

Audit Events

Login Success
2 min ago
MFA Enabled
10 min ago
Login Failed
23 min ago
Password Reset
1 hour ago

Retention Settings

Configure how long audit records should be retained.

settings.py
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
AUTHKITS = {
    "audit_logs": {
        "retention_days": 90,
    }
}

Next Steps

Deploy Authkits securely in production.

Deployment