From 125ce91aa523e2ec91dc8695fd4f5081fb97c301 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sun, 28 May 2023 23:29:05 +0800 Subject: [PATCH] update readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dce2b0..9329241 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# redis-auth -redis 第三方认证模块 \ No newline at end of file +The Redis third-party authentication module has the following issues due to the fact that open-source Redis authentication reads authentication information from files: + +- From a security perspective, saving passwords in configuration files is not secure and cannot meet enterprise level security requirements. +- When in cluster mode, the permission information in each instance is separate and it is not easy to maintain consistency. + + +# Roadmap + +- [ ] Support synchronizing user permission information from the postgreSQL database. +- [ ] Support synchronizing permission information from HTTP requests. + + +# Link + +- [Redis](https://github.com/redis/redis): Redis is an in-memory database that persists on disk. +- [libpqxx](https://github.com/jtv/libpqxx): The C++ API to the PostgreSQL database management system. \ No newline at end of file