From 0531a1925c0789def696d20bfce1bac45a3474b8 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Thu, 21 Oct 2021 22:59:59 +0200 Subject: [PATCH] docs: authenticator_config ref link to the struct --- apps/emqx/src/emqx_schema.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx/src/emqx_schema.erl b/apps/emqx/src/emqx_schema.erl index 118cea5df..a80be2424 100644 --- a/apps/emqx/src/emqx_schema.erl +++ b/apps/emqx/src/emqx_schema.erl @@ -1358,9 +1358,9 @@ authentication(Desc) -> #{ type => hoconsc:lazy(hoconsc:union([typerefl:map(), hoconsc:array(typerefl:map())])) , desc => iolist_to_binary([Desc, "
", """ Authentication can be one single authenticator instance or a chain of authenticators as an array. -The when authenticating a login (username, client ID, etc.) the authenticators are checked +When authenticating a login (username, client ID, etc.) the authenticators are checked in the configured order.
EMQ X comes with a set of pre-built autenticators, for more details, see -authenticator_config. +autenticator_config """]) }.