Software /
code /
prosody-modules
File
mod_audit_auth/README.md @ 5993:a0d77b427d50
mod_rest: Wrap mod_tokenauth errors
In some cases of expired or invalid tokens the error from
mod_tokenauth.get_token_session() was returned bare with status 200
instead of via the error formatting handler.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 21 Sep 2024 21:10:45 +0200 |
parent | 5772:238c4ac8b735 |
line wrap: on
line source
--- summary: Store authentication events in the audit log rockspec: dependencies: - mod_audit ... This module stores authentication failures and authentication successes in the audit log provided by `mod_audit`. If mod_client_management is loaded, it will also record entries when a new client is connected to the user's account for the first time. For non-SASL2 clients, this may have false positives.