view mod_sasl_oauthbearer/README.markdown @ 3533:d8c4543f1b19

mod_csi_muc_priorities: Remove dependency on mod_track_muc_joins Load it manually to enable mention support.
author Kim Alvefur <zash@zash.se>
date Mon, 01 Apr 2019 08:07:41 +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.