view mod_sasl_oauthbearer/README.markdown @ 3580:907ccda3f0d2

mod_http_muc_log: Increase clickable area on dates It was sometimes hard to hit the one or two character wide links, this should make it easier.
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 13:00:25 +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.