Mercurial > prosody-modules
view mod_sasl_oauthbearer/README.markdown @ 4735:58a20d5ac6e9
mod_rest: Fire pre-events
Let event handlers on pre-events have effect.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 01 Nov 2021 15:51:59 +0100 |
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.