# HG changeset patch # User Kim Alvefur # Date 1686485007 -7200 # Node ID ae20da6d377d28bfebc7032b88de2749ced44361 # Parent fcef6263acdb837c36e7d06c4d200b47a80dfba4 mod_http_oauth2: Link to RFC 7628 in README Links are good. diff -r fcef6263acdb -r ae20da6d377d mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Sun Jun 11 14:02:47 2023 +0200 +++ b/mod_http_oauth2/README.markdown Sun Jun 11 14:03:27 2023 +0200 @@ -18,9 +18,10 @@ third-party applications limited access to your account, without sharing your password with them. -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]. +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][rfc7628] 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. @@ -36,9 +37,10 @@ - [example shell script for mod_rest](https://hg.prosody.im/prosody-modules/file/tip/mod_rest/example/rest.sh) - *(we need you!)* -Support for OAUTHBEARER has been added to the Lua XMPP library, [verse](https://code.matthewwild.co.uk/verse). -If you know of additional implementations, or are motivated to work on one, -please let us know! We'd be happy to help (e.g. by providing a test server). +Support for [OAUTHBEARER][rfc7628] has been added to the Lua XMPP +library, [verse](https://code.matthewwild.co.uk/verse). If you know of +additional implementations, or are motivated to work on one, please let +us know! We'd be happy to help (e.g. by providing a test server). ## Standards support