# HG changeset patch # User Kim Alvefur # Date 1680860326 -7200 # Node ID 4fc3277a914d494864112439aab278716330151f # Parent 8501baa7ef3fd20ca8db04e44f919da702b5ba74 mod_http_oauth2/README: Link to mod_rest diff -r 8501baa7ef3f -r 4fc3277a914d mod_http_oauth2/README.markdown --- 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.