We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 149b4b5 + 14e469c commit f8bade0Copy full SHA for f8bade0
README-zh.md
@@ -9,7 +9,7 @@
9
## 身份认证
10
11
- [ ] 不要使用 `Basic Auth` ,请使用标准的认证协议(如 [JWT](https://jwt.io/),[OAuth](https://oauth.net/))。
12
-- [ ] 不要重新实现 `Authentication`、`token generating` 和 `password storing`,请使用标准库。
+- [ ] 不要重新实现 `Authentication`、`token generating` 和 `password storage`,请使用标准库。
13
- [ ] 限制密码错误尝试次数,并且增加账号冻结功能。
14
- [ ] 密码或账号登录失败时返回模糊的提示信息,防止暴力破解攻击。
15
- [ ] 加密所有的敏感数据。
0 commit comments