Software /
code /
prosody-modules
Comparison
mod_auth_external_insecure/README.markdown @ 4558:8e58a1b78336
mod_auth_external_insecure: Wrap warning in scary div
To make it harder to miss
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 16 May 2021 18:39:22 +0200 |
parent | 3884:f84ede3e9e3b |
comparison
equal
deleted
inserted
replaced
4557:864fefec1c07 | 4558:8e58a1b78336 |
---|---|
8 Introduction | 8 Introduction |
9 ============ | 9 ============ |
10 | 10 |
11 Allow client authentication to be handled by an external script/process. | 11 Allow client authentication to be handled by an external script/process. |
12 | 12 |
13 :::{.alert .alert-warning} | |
13 **Warning:** This module is not currently maintained, and may be buggy and insecure in | 14 **Warning:** This module is not currently maintained, and may be buggy and insecure in |
14 certain configurations/environments. It is **not** recommended for production use. Please | 15 certain configurations/environments. It is **not** recommended for production use. Please |
15 use one of the [many other authentication modules](/type_auth). | 16 use one of the [many other authentication modules](/type_auth). |
17 ::: | |
16 | 18 |
17 Installation | 19 Installation |
18 ============ | 20 ============ |
19 | 21 |
20 mod\_auth\_external\_insecure depends on a Lua module called | 22 mod\_auth\_external\_insecure depends on a Lua module called |