bug: bcrypt user password from UI and store directly in DB
Opened this issue · 0 comments
bhavanakarwade commented
User story
As a software developer, I want to securely hash and salt user passwords on the frontend before storing them directly in the database using bcrypt, ensuring that sensitive user data remains protected against potential breaches.
- Bcrypt user password from frontend and
store directly in DB