Mercurial > prosody-modules
view mod_sasl_oauthbearer/README.markdown @ 3115:d2bf9c8be3a3
Remove debugging helpers and clean up a little
author | JC Brand <jc@opkode.com> |
---|---|
date | Thu, 14 Jun 2018 09:11:03 +0000 |
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.