Mercurial > prosody-modules
view mod_sasl_oauthbearer/README.markdown @ 5237:3354f943c1fa
mod_http_oauth2: Require URL to client informational page in registration
Since it's used without fallback in the template, seems someone expected
this to always be there, and we might as well.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 11 Mar 2023 21:13:00 +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.