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