Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Hashing the Password before saving in the Database #359

Closed
3 tasks done
AADESHak007 opened this issue Aug 1, 2024 · 4 comments
Closed
3 tasks done

Feat: Hashing the Password before saving in the Database #359

AADESHak007 opened this issue Aug 1, 2024 · 4 comments
Labels

Comments

@AADESHak007
Copy link

Describe the feature

The password is not hashed (encrypted) . Although you have the bcrypt in your dependencies but its not being properly used here.
since the password is getting stored as it is in the DB so anyone can have access to the user password so its need to be resolved.

Add ScreenShots

Check the userModel file in the repository

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
Copy link

github-actions bot commented Aug 1, 2024

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

@AADESHak007
Copy link
Author

Please assign this task to me i can handle it really well . And will handle your schema too which has some fixing to do .
Looking forward to contribute on this project .

Copy link

github-actions bot commented Sep 1, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 1, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant