Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8bade0

Browse files
authoredApr 16, 2024
Merge pull request #193 from iScript/master
fix README-zh.md word error
2 parents 149b4b5 + 14e469c commit f8bade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## 身份认证
1010

1111
- [ ] 不要使用 `Basic Auth` ,请使用标准的认证协议(如 [JWT](https://jwt.io/)[OAuth](https://oauth.net/))。
12-
- [ ] 不要重新实现 `Authentication``token generating``password storing`,请使用标准库。
12+
- [ ] 不要重新实现 `Authentication``token generating``password storage`,请使用标准库。
1313
- [ ] 限制密码错误尝试次数,并且增加账号冻结功能。
1414
- [ ] 密码或账号登录失败时返回模糊的提示信息,防止暴力破解攻击。
1515
- [ ] 加密所有的敏感数据。

0 commit comments

Comments
 (0)
Please sign in to comment.