mod_adhoc_oauth2_client/README.markdown
author Kim Alvefur <zash@zash.se>
Mon, 18 Jul 2022 13:58:27 +0200
changeset 4979 733e5513f691
parent 4268 84bdf7e01744
child 5257 d3b2d42daaee
permissions -rw-r--r--
various: Use 0.12+ API for serving files from the file system over HTTP Using mod_http_files this way is deprecated. Having the base behavior in a separate module makes it easier to have a specialized module with coherent behavior that does not do things when not explicitly enabled.

---
labels:
- Stage-Alpha
summary: 'Create OAuth2 clients via ad-hoc command'
...

Introduction
============

Allows creating OAuth2 clients for use with [mod_http_oauth2]. Otherwise
a work-in-progress intended for developers only!

Configuration
=============

**TODO**

Compatibility
=============

Probably Prosody trunk.