Mercurial > prosody-modules
diff mod_auth_oauth_external/README.md @ 5861:c20a0c8a54ea
mod_auth_oauth_external: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 09 Mar 2024 21:05:00 +0100 |
parents | 27d220b14d59 |
children |
line wrap: on
line diff
--- a/mod_auth_oauth_external/README.md Mon Mar 11 19:28:19 2024 -0500 +++ b/mod_auth_oauth_external/README.md Sat Mar 09 21:05:00 2024 +0100 @@ -4,7 +4,7 @@ - Stage-Alpha --- -This module provides external authentication via an external [AOuth +This module provides external authentication via an external [OAuth 2](https://datatracker.ietf.org/doc/html/rfc7628) authorization server and supports the [SASL OAUTHBEARER authentication][rfc7628] mechanism as well as PLAIN for legacy clients (this is all of them).