Software / code / prosody-modules
File
mod_adhoc_oauth2_client/README.markdown @ 5294:385346b6c81d
mod_client_management: New module for users to view/manage permitted clients
This is just the data and API part.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 30 Mar 2023 11:32:50 +0100 |
| parent | 5260:a9c1cc91d3d6 |
line wrap: on
line source
--- labels: - Stage-Alpha summary: 'Create OAuth2 clients via ad-hoc command' rockspec: dependencies: - mod_http_oauth2 ... Introduction ============ [Ad-Hoc command][XEP-0050] interface to [dynamic OAuth2 registration](https://oauth.net/2/dynamic-client-registration/) provided by [mod_http_oauth2]. Compatibility ============= Same as [mod_http_oauth2]