Mercurial > prosody-modules
view mod_sasl2_sm/README.md @ 5512:1fbc8718bed6
mod_http_oauth2: Bind refresh tokens to client
Prevent one OAuth client from using the refresh tokens issued to another
client as required by RFC 6819 section 5.2.2.2
See also draft-ietf-oauth-security-topics-22 section 2.2.2
Thanks to OAuch for pointing out this issue
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 02 Jun 2023 10:40:48 +0200 |
parents | c92c87daa09e |
children |
line wrap: on
line source
--- labels: - Stage-Beta summary: "XEP-0198 integration with SASL2" rockspec: dependencies: - mod_sasl2 --- Add support for inlining stream management negotiation into the SASL2 process. **Note: At the time of writing (November 2022), this module implements a version of XEP-0198 that is still working its way through the XSF standards process. For more information and current status, see [PR #1215](https://github.com/xsf/xeps/pull/1215).** This module depends on [mod_sasl2] and [mod_sasl2_bind2]. It exposes no configuration options.