chore(authn): fix coap authn and update tag for esasl

This commit is contained in:
zhouzb 2021-07-15 14:25:23 +08:00
parent beecc4c5a2
commit 5ecc992944
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ init({ClientId, Username, Password, Channel}) ->
password = Password},
_ = run_hooks('client.connect', [conninfo(State0)], undefined),
case emqx_access_control:authenticate(clientinfo(State0)) of
{ok, _AuthResult} ->
ok ->
ok = emqx_cm:discard_session(ClientId),
_ = run_hooks('client.connack', [conninfo(State0), success], undefined),

View File

@ -63,7 +63,7 @@
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.9.6"}}}
, {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.2.1"}}}
, {esasl, {git, "https://github.com/emqx/esasl", {branch, "refactor/sasl"}}}
, {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.1.0"}}}
]}.
{xref_ignores,