Mercurial > prosody-modules
comparison mod_audit_tokens/README.md @ 5750:c89077b4f46e
mod_audit_tokens: Record events fired by mod_tokenauth in audit log
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 01 Dec 2023 21:32:33 +0100 |
parents | mod_audit_auth/README.md@238c4ac8b735 |
children |
comparison
equal
deleted
inserted
replaced
5749:238c4ac8b735 | 5750:c89077b4f46e |
---|---|
1 --- | |
2 summary: Store token events in the audit log | |
3 rockspec: | |
4 dependencies: | |
5 - mod_audit | |
6 ... | |
7 | |
8 This module stores events relating to auth tokens, e.g. grant creations and revokations, in the audit log provided by `mod_audit`. |