Software /
code /
prosody-modules
Comparison
mod_adhoc_oauth2_client/README.markdown @ 5260:a9c1cc91d3d6
mod_adhoc_oauth2_client: Update to call into mod_http_oauth2
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 19 Mar 2023 22:21:41 +0100 |
parent | 5253:d3b2d42daaee |
comparison
equal
deleted
inserted
replaced
5259:8fba651b10ef | 5260:a9c1cc91d3d6 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - Stage-Alpha | 3 - Stage-Alpha |
4 summary: 'Create OAuth2 clients via ad-hoc command' | 4 summary: 'Create OAuth2 clients via ad-hoc command' |
5 rockspec: | |
6 dependencies: | |
7 - mod_http_oauth2 | |
5 ... | 8 ... |
6 | 9 |
7 Introduction | 10 Introduction |
8 ============ | 11 ============ |
9 | 12 |
10 ::: {.alert .alert-danger} | 13 [Ad-Hoc command][XEP-0050] interface to |
11 This module is currently broken since [mod_http_oauth2] switched to | 14 [dynamic OAuth2 registration](https://oauth.net/2/dynamic-client-registration/) |
12 [dynamic registration](https://oauth.net/2/dynamic-client-registration/). | 15 provided by [mod_http_oauth2]. |
13 ::: | |
14 | 16 |
15 Compatibility | 17 Compatibility |
16 ============= | 18 ============= |
17 | 19 |
18 Does not currently work at all. | 20 Same as [mod_http_oauth2] |
19 | 21 |