Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
5649:2c69577b28c2 | 5650:0eb2d5ea2428 |
---|---|
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 Allows creating OAuth2 clients for use with [mod_http_oauth2]. Otherwise | 13 [Ad-Hoc command][XEP-0050] interface to |
11 a work-in-progress intended for developers only! | 14 [dynamic OAuth2 registration](https://oauth.net/2/dynamic-client-registration/) |
12 | 15 provided by [mod_http_oauth2]. |
13 Configuration | |
14 ============= | |
15 | |
16 **TODO** | |
17 | 16 |
18 Compatibility | 17 Compatibility |
19 ============= | 18 ============= |
20 | 19 |
21 Probably Prosody trunk. | 20 Same as [mod_http_oauth2] |
22 | 21 |