登录服相关

This commit is contained in:
bob
2025-07-26 15:19:48 +08:00
parent 3bd1ffbb75
commit 4d8748e866
5 changed files with 1 additions and 541 deletions

View File

@@ -70,7 +70,7 @@ internal static class AuthenticationComponentSystem
// 1、创建一个新的字典容器在AuthenticationComponent中存储登录的信息。
// 2、key:userName + password, Value = ?
// 3、为了防止缓存暴涨、肯定需要一个定期清理的过程Value肯定是要一个实体了。
// 4、因为这个实体下面咱们可以挂载一个组件这个组件的作用就是定时清理这个缓存。
// 4、因为这个实体下面咱们可以挂载一个组件这个组件的作用就是定时清理这个缓存。5
// 问题
// 1、如果用户的密码改了怎么办?