Software /
code /
prosody-modules
Changeset
5885:c20a0c8a54ea
mod_auth_oauth_external: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 09 Mar 2024 21:05:00 +0100 |
parents | 5884:fdff8cb54302 |
children | 5886:9f2816287556 |
files | mod_auth_oauth_external/README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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).