Mercurial > prosody-modules
changeset 5253:d3b2d42daaee
mod_adhoc_oauth2_client: Make note in README about current broken state
It could plausibly be made to work again using the stateless method
internally.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 Mar 2023 14:27:46 +0100 |
parents | 85f0c6c1c24f |
children | b0ccdd12a70d |
files | mod_adhoc_oauth2_client/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_adhoc_oauth2_client/README.markdown Thu Mar 16 00:06:43 2023 +0100 +++ b/mod_adhoc_oauth2_client/README.markdown Thu Mar 16 14:27:46 2023 +0100 @@ -7,16 +7,13 @@ Introduction ============ -Allows creating OAuth2 clients for use with [mod_http_oauth2]. Otherwise -a work-in-progress intended for developers only! - -Configuration -============= - -**TODO** +::: {.alert .alert-danger} +This module is currently broken since [mod_http_oauth2] switched to +[dynamic registration](https://oauth.net/2/dynamic-client-registration/). +::: Compatibility ============= -Probably Prosody trunk. +Does not currently work at all.