Closed Parthshukla26 closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 2551cec7cd5ab6a5b7abe0360c9a6bd86f1a646d |
Latest deploy log | https://app.netlify.com/sites/taupe-cendol-f7e2bb/deploys/67141ceea4a963000808f2a6 |
Deploy Preview | https://deploy-preview-1532--taupe-cendol-f7e2bb.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This pull request introduces bcrypt password hashing with added salt to enhance security for user authentication. By implementing bcrypt, we ensure that passwords are securely stored and difficult to crack, providing an additional layer of protection against unauthorized access.
Key points:
This update is essential for improving the overall security of the authentication process.
Code Stack: Node.js, Express.js, MongoDB (assuming based on the use of User model)
Close #1407
Type of PR
Checklist:
contributing.md
file before contributingAdditional context:
This change requires updating the bcrypt package in package.json and potentially updating the User model to accommodate longer password hashes. Existing users' passwords will need to be rehashed if implementing these changes in a live system.
Are you contributing under any Open-source programme?
GSSOC'24 Extended
Hacktoberfest'24