diff mod_muc_http_auth/README.md @ 4322:9606e7a63a69

mod_mucc_http_auth: Provide Authorization header setting for deployments behind a login
author Seve Ferrer <seve@delape.net>
date Wed, 06 Jan 2021 20:49:45 +0100
parents d261233f7ced
children 4b3f054666e6
line wrap: on
line diff
--- a/mod_muc_http_auth/README.md	Wed Jan 06 17:07:16 2021 +0100
+++ b/mod_muc_http_auth/README.md	Wed Jan 06 20:49:45 2021 +0100
@@ -45,6 +45,7 @@
 |muc_http_auth_enabled_for| List of MUC names (node part) to enable this module for | nil |
 |muc_http_auth_disabled_for| List of MUC names (node part) to disable this module for | nil |
 |muc_http_auth_insecure| Disable certificate verification for request. Only intended for development of the external service. | false |
+|muc_http_auth_authorization_header| Value of the Authorization header if requested by the external HTTP service. Example: `Basic dXNlcm5hbWU6cGFzc3dvcmQ=`| nil |
 
 
 This module can be enabled/disabled for specific rooms. Only one of the following settings must be set.