# HG changeset patch # User Kim Alvefur # Date 1678973266 -3600 # Node ID d3b2d42daaeef1b9ce54561d538e0f74b31f114a # Parent 85f0c6c1c24fbf46aa8723cdf141dbb3cb87c8c7 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. diff -r 85f0c6c1c24f -r d3b2d42daaee mod_adhoc_oauth2_client/README.markdown --- 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.