Mercurial > prosody-modules
changeset 5328:dd8616e68cb3
mod_http_oauth2/README: Add rest.sh to known implementations
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Apr 2023 15:21:33 +0200 |
parents | 7e3862a26e55 |
children | 107d60c70c1a |
files | mod_http_oauth2/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_oauth2/README.markdown Fri Apr 07 13:46:29 2023 +0100 +++ b/mod_http_oauth2/README.markdown Fri Apr 07 15:21:33 2023 +0200 @@ -33,7 +33,8 @@ Known client implementations: -- *(we need you!)* +- [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,