# HG changeset patch # User Kim Alvefur # Date 1694292685 -7200 # Node ID 23f336cec20097179fc2a2d30bfef7d964e170da # Parent 73c3d5bfce3e6b4202e8d9d2f8a4a2244910a069 mod_http_oauth2: Tweak wording in README to point out that this is an AS diff -r 73c3d5bfce3e -r 23f336cec200 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Sat Sep 09 21:42:24 2023 +0200 +++ b/mod_http_oauth2/README.markdown Sat Sep 09 22:51:25 2023 +0200 @@ -11,7 +11,7 @@ ## Introduction This module implements an [OAuth2](https://oauth.net/2/)/[OpenID Connect -(OIDC)](https://openid.net/connect/) provider HTTP frontend on top of +(OIDC)](https://openid.net/connect/) Authorization Server on top of Prosody's usual internal authentication backend. OAuth and OIDC are web standards that allow you to provide clients and