Mercurial > prosody-modules
diff mod_adhoc_oauth2_client/README.markdown @ 5650:0eb2d5ea2428
merge
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Sat, 06 May 2023 19:40:23 -0500 |
parents | a9c1cc91d3d6 |
children |
line wrap: on
line diff
--- a/mod_adhoc_oauth2_client/README.markdown Wed Feb 22 22:47:45 2023 -0500 +++ b/mod_adhoc_oauth2_client/README.markdown Sat May 06 19:40:23 2023 -0500 @@ -2,21 +2,20 @@ labels: - Stage-Alpha summary: 'Create OAuth2 clients via ad-hoc command' +rockspec: + dependencies: + - mod_http_oauth2 ... Introduction ============ -Allows creating OAuth2 clients for use with [mod_http_oauth2]. Otherwise -a work-in-progress intended for developers only! - -Configuration -============= - -**TODO** +[Ad-Hoc command][XEP-0050] interface to +[dynamic OAuth2 registration](https://oauth.net/2/dynamic-client-registration/) +provided by [mod_http_oauth2]. Compatibility ============= -Probably Prosody trunk. +Same as [mod_http_oauth2]