We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bba6366 + 6ccc40b commit b4126b2Copy full SHA for b4126b2
1 file changed
README.md
@@ -7,7 +7,7 @@ Checklist of the most important security countermeasures when designing, testing
7
---
8
9
## Authentication
10
-- [ ] Don't use `Basic Auth`. Use standard authentication (e.g. [JWT](https://jwt.io/), [OAuth](https://oauth.net/)).
+- [ ] Don't use `Basic Auth`. Use standard authentication instead (e.g. [JWT](https://jwt.io/), [OAuth](https://oauth.net/)).
11
- [ ] Don't reinvent the wheel in `Authentication`, `token generation`, `password storage`. Use the standards.
12
- [ ] Use `Max Retry` and jail features in Login.
13
- [ ] Use encryption on all sensitive data.
0 commit comments