Ansh Verma
Results
2
issues of
Ansh Verma
Fixes #49 Problem: - Passwords were hashed without an explicit salt, making them weaker. Solution: - Added bcrypt salt (10 rounds) to the signUp function. - Updated user.save() to use...
**What kind of change does this PR introduce?** Test coverage improvement. **Issue Number:** Fixes #3871 **Snapshots/Videos:** Not applicable. This PR only adds automated tests. **If relevant, did you update the...