Skip to content

Commit

Permalink
Merge pull request #573 from zmstone/fix-stale-info-in-readme
Browse files Browse the repository at this point in the history
docs: fix readme
  • Loading branch information
zmstone authored Feb 15, 2024
2 parents 6966f02 + ff27820 commit 1fcbf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fcbf52

Please sign in to comment.