From ff27820dca69a0ff7aabdc47d235766ba6f6a549 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 15 Feb 2024 09:56:01 +0100 Subject: [PATCH] docs: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04020039..c5b178b6 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ Where `Mechanism` is `plain | scram_sha_256 | scram_sha_512`, and `File` is the which contains two lines, first line for username and second line for password Also, brod has authentication plugins support with `{sasl, {callback, Module, Opts}}` in client config. -Authentication callback module should implement `brod_auth_backend` behaviour. +Authentication callback module should implement `kpro_auth_backend` behaviour. Auth function spec: ```erlang