mod_sasl_oauthbearer/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 01 Jul 2021 00:07:27 +0200
changeset 4623 b11001bd915d
parent 3118 73ada978dabc
permissions -rw-r--r--
mod_pubsub_alertmanager: Add a plain text summary

---
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.