docs: authenticator_config ref link to the struct

This commit is contained in:
Zaiming Shi 2021-10-21 22:59:59 +02:00
parent f9b211cce6
commit b03b0717ce
1 changed files with 2 additions and 2 deletions

View File

@ -1358,9 +1358,9 @@ authentication(Desc) ->
#{ type => hoconsc:lazy(hoconsc:union([typerefl:map(), hoconsc:array(typerefl:map())]))
, desc => iolist_to_binary([Desc, "<br>", """
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.<br>
EMQ X comes with a set of pre-built autenticators, for more details, see
<code>authenticator_config</code>.
<a href=\"#root-authenticator_config\">autenticator_config<a>
"""])
}.