Software /
code /
prosody-modules
Diff
mod_adhoc_oauth2_client/README.markdown @ 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 |
parent | 4264:84bdf7e01744 |
child | 5260:a9c1cc91d3d6 |
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.