Mercurial > prosody-modules
view mod_sasl_oauthbearer/README.markdown @ 5488:9a4556a13cc7
mod_rest/example: Include 'application_type' in registration
It defaults to "web", which in turn mandates https: redirect URIs, which
would not work with this example using the OOB URI.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 26 May 2023 14:32:59 +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.