From 87716f6fa9ae9548c76d96bee4461cbf1a77bc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CWind=E2=80=9D?= <573966@qq.com> Date: Wed, 23 Aug 2023 22:57:42 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 087ab69..9426fa0 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,10 @@ Hooks are stackable - you can add multiple hooks to a server, and they will be r Many of the internal server functions are now exposed to developers, so you can make your own Hooks by using the above as examples. If you do, please [Open an issue](https://github.com/wind-c/comqtt/issues) and let everyone know! ### Authentication +Currently, Auth and ACL support the following back-end storage: Redis, Mysql, Postgresql, and Http. +User password supported encryption algorithm: 0 no encrypt, 1 bcrypt(cost=10), 2 md5, 3 sha1, 4 sha256, 5 sha512, 6 hmac-sha1, 7 hmac-sha256, 8 hmac-sha512. +>The following uses the postgresql and bcrypt encryption algorithms as examples. ### Postgresql The schema required is as follows: