studio
studio copied to clipboard
bug: bcrypt user password from UI and store directly in DB
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