Mercurial > prosody-modules
view mod_persisthosts/README.markdown @ 5796:93d6e9026c1b
mod_http_oauth2: Do not enforce PKCE on Device and OOB flows
PKCE does not appear to be used with the Device flow. I have found no
mention of any interaction between those standards. Since no data is
delivered via redirects in these cases, PKCE may not serve any purpose.
This is mostly a problem because we reuse the authorization code to
implement the Device and OOB flows.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 15 Dec 2023 12:10:07 +0100 |
parents | 81956bb99289 |
children |
line wrap: on
line source
Introduction ============ This module creates stub configuration files for newly activated hosts. Configuration ============= A single option exists, `persisthosts_path`, which is the path where new stub configuration files are created. It defaults to `"conf.d"`, and is treated as relative to the configuration directiory [^1] unless set to an absolute path. [^1]: usually `/etc/prosody` on \*nix systems