This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 认证流程说明
### 流程图

### 在以下情况需要使 refresh_token 失效:
1. 用户退出登录
2. 用户修改密码
3. 用户被管理员禁用
### 解决策略:
1,2 在操作完成后将refresh_token加入黑名单 >>>>>>>> 在没有Redis的情况下使用 mysql 数据库存储