gleidsonlm / angelon-api

AngelOn API is the backend implementation for the AngelOn application.
0 stars 0 forks source link

Hash User Password #12

Closed gleidsonlm closed 1 year ago

gleidsonlm commented 1 year ago

Implemented bcrypt to the hash password before saving to User repository, and compare given password with the hash generated to authentication.