Skip to content

Commit

Permalink
Fix name option in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 20, 2024
1 parent aa65e62 commit 213a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_auth_fast.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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">>].
Expand Down

0 comments on commit 213a513

Please sign in to comment.