Software /
code /
prosody-modules
Diff
mod_auth_any/README.md @ 6209:d611ed13df7e draft
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:16:25 +0700 |
parent | 3668:c393be92a7d4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auth_any/README.md Tue Mar 18 00:16:25 2025 +0700 @@ -0,0 +1,22 @@ +--- +labels: +- 'Stage-Merged' +- 'Type-Auth' +summary: Authentication module that accepts any username and password +... + +Introduction +============ + +This module accepts any username and password, which can be useful for +testing. + +Configuration +============= + + authentication = "any" + +Compatibility +============= + +Should work with 0.8 and above.