From 213a513f54f0dec816082e3b9eccb5ebeff2d8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Fri, 20 Dec 2024 10:32:21 +0100 Subject: [PATCH] Fix name option in documentation --- src/mod_auth_fast.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_auth_fast.erl b/src/mod_auth_fast.erl index c6a79167cef..8ccf00e914f 100644 --- a/src/mod_auth_fast.erl +++ b/src/mod_auth_fast.erl @@ -112,7 +112,7 @@ mod_doc() -> example => ["modules:", " mod_auth_fast:", - " token_timeout: 14days"]}. + " token_lifetime: 14days"]}. get_mechanisms(_LServer) -> [<<"HT-SHA-256-NONE">>, <<"HT-SHA-256-UNIQ">>, <<"HT-SHA-256-EXPR">>, <<"HT-SHA-256-ENDP">>].