SpringBoardMentor114 / SpendWise

MIT License
2 stars 1 forks source link

Back End: Registration Form Password Encoding #43

Open SpringBoardMentor114 opened 7 months ago

kunaldhondge commented 6 months ago

Here's an update of my task:

  1. Implemented password encryption using BCryptPasswordEncoder.
  2. Updated the necessary dependencies.
  3. Tested the functionality also.