Software /
code /
prosody-modules
Changeset
5316:4fc3277a914d
mod_http_oauth2/README: Link to mod_rest
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Apr 2023 11:38:46 +0200 |
parents | 5315:8501baa7ef3f |
children | 5317:0091b7de2763 |
files | mod_http_oauth2/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_oauth2/README.markdown Fri Apr 07 11:37:58 2023 +0200 +++ b/mod_http_oauth2/README.markdown Fri Apr 07 11:38:46 2023 +0200 @@ -20,7 +20,7 @@ With this module deployed, software that supports OAuth can obtain "access tokens" from Prosody which can then be used to connect to XMPP accounts using -the 'OAUTHBEARER' SASL mechanism or via non-XMPP interfaces such as mod_rest. +the 'OAUTHBEARER' SASL mechanism or via non-XMPP interfaces such as [mod_rest]. Although this module has been around for some time, it has recently been significantly extended and largely rewritten to support OAuth/OIDC more fully.