Skip to content

Commit 6ccc40b

Browse files
authored
word implicite, may cause translate confusion
1 parent e43fa39 commit 6ccc40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Checklist of the most important security countermeasures when designing, testing
77
---
88

99
## Authentication
10-
- [ ] Don't use `Basic Auth`. Use standard authentication (e.g. [JWT](https://jwt.io/), [OAuth](https://oauth.net/)).
10+
- [ ] Don't use `Basic Auth`. Use standard authentication instead (e.g. [JWT](https://jwt.io/), [OAuth](https://oauth.net/)).
1111
- [ ] Don't reinvent the wheel in `Authentication`, `token generation`, `password storage`. Use the standards.
1212
- [ ] Use `Max Retry` and jail features in Login.
1313
- [ ] Use encryption on all sensitive data.

0 commit comments

Comments
 (0)