mod_adhoc_oauth2_client/README.markdown
author Matthew Wild <mwild1@gmail.com>
Fri, 23 Feb 2024 22:50:57 +0000
changeset 5847 79ae71f52c81
parent 5264 a9c1cc91d3d6
permissions -rw-r--r--
mod_pubsub_serverinfo: Update to use mod_server_info (fixes #1841) ...but only for Prosody trunk users, because 0.12 mod_server_contact_info does not use the new API in mod_server_info.

---
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]