Mercurial > prosody-modules
view mod_audit_auth/README.md @ 5394:434ee49b04de
mod_http_oauth2: Allow loopback IP literals in redirect URIs
Previously only exactly "http://localhost" was allowed, but RFC 8252
seems to recommend both ::1 and 127.0.0.1 be allowed.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 30 Apr 2023 17:16:47 +0200 |
parents | 530d116b7f68 |
children | 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`.