Mercurial > prosody-modules
view mod_sasl_oauthbearer/README.markdown @ 5622:ae62d92506dc
mod_s2sout_override: Add support for one-level wildcards (e.g. *.example.net)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Jul 2023 15:04:38 +0200 |
parents | 73ada978dabc |
children |
line wrap: on
line source
--- labels: - 'Type-Auth' summary: SASL OAuthBearer Mechanism ... Introduction ============ This module adds a new SASL mechanism OAUTHBEARER, as defined in [RFC-7628](https://tools.ietf.org/html/rfc7628). It's intended to be used together with the `mod_auth_oauthbearer.lua` module.