We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2057ede + 8ee723d commit d44aaceCopy full SHA for d44aace
security-checklist.md
@@ -5,7 +5,7 @@
5
6
##### AUTHENTICATION SYSTEMS (Signup/Signin/2 Factor/Password reset)
7
- [ ] Use HTTPS everywhere.
8
-- [ ] Store password hashes using `Bcrypt` with a random `salt`.
+- [ ] Store password hashes using `Bcrypt` (no salt necessary - `Bcrypt` does it for you).
9
- [ ] Destroy the session identifier after `logout`.
10
- [ ] Destroy all active sessions on reset password (or offer to).
11
- [ ] Must have the `state` parameter in OAuth2
0 commit comments