mod_sasl_oauthbearer/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 09 Mar 2024 21:05:00 +0100
changeset 5865 c20a0c8a54ea
parent 3118 73ada978dabc
permissions -rw-r--r--
mod_auth_oauth_external: Fix typo

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