changeset 2988:3cc78e6a8758

mod_post_msg/README: Document how authentication is performed
author Kim Alvefur <zash@zash.se>
date Wed, 04 Apr 2018 15:54:30 +0200
parents 2af0be50b287
children 926aaaeb0d21
files mod_post_msg/README.markdown
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_post_msg/README.markdown	Wed Apr 04 15:52:16 2018 +0200
+++ b/mod_post_msg/README.markdown	Wed Apr 04 15:54:30 2018 +0200
@@ -29,6 +29,13 @@
 The base URL defaults to `/msg`. This can be configured via Prosodys
 [HTTP path settings][doc:http].
 
+Authentication
+--------------
+
+Authentication is done by HTTP Basic.
+
+    Authentication: Basic BASE64( "username@virtualhost:password" )
+
 Payload formats
 ---------------