Software /
code /
prosody-modules
Comparison
mod_sasl2_fast/README.md @ 5095:745c7f4cca40
mod_sasl2_fast: Add explicit dependency on mod_sasl2
Ensures mod_sasl2 is installed and loaded so it can fire the relevant
events.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 28 Nov 2022 19:12:37 +0100 |
parent | 5092:6594e7a9a174 |
child | 5901:70fa3f8de249 |
comparison
equal
deleted
inserted
replaced
5094:c92c87daa09e | 5095:745c7f4cca40 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - Stage-Beta | 3 - Stage-Beta |
4 summary: "Fast Authentication Streamlining Tokens" | 4 summary: "Fast Authentication Streamlining Tokens" |
5 rockspec: | |
6 dependencies: | |
7 - mod_sasl2 | |
5 --- | 8 --- |
6 | 9 |
7 This module implements a mechanism via which clients can exchange a password | 10 This module implements a mechanism via which clients can exchange a password |
8 for a secure token, improving security and streamlining future reconnections. | 11 for a secure token, improving security and streamlining future reconnections. |
9 | 12 |