Mercurial > prosody-modules
comparison mod_auth_http/README.markdown @ 4158:df1e0465ff81
mod_auth_http: Fix unfinished sentence in
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 30 Sep 2020 13:27:27 +0100 |
parents | 93b12bfd7aa8 |
children | 1da63fe35ef3 |
comparison
equal
deleted
inserted
replaced
4157:93b12bfd7aa8 | 4158:df1e0465ff81 |
---|---|
24 http_auth_credentials = "prosody:secret-password" | 24 http_auth_credentials = "prosody:secret-password" |
25 ``` | 25 ``` |
26 | 26 |
27 # Developers | 27 # Developers |
28 | 28 |
29 This | 29 This section contains information for developers who wish to implement a |
30 HTTP service that Prosody can use for authentication. | |
30 | 31 |
31 ## Protocol | 32 ## Protocol |
32 | 33 |
33 Prosody will make a HTTP request to the configured API URL with an | 34 Prosody will make a HTTP request to the configured API URL with an |
34 appended `/METHOD` where `METHOD` is one of the methods described below. | 35 appended `/METHOD` where `METHOD` is one of the methods described below. |