Open rasnesakam opened 1 year ago
System has some safety issues
Remove GET: /users endpoint, and change behaviour of DELETE: /users/delete endpoint
GET: /users
DELETE: /users/delete
Using BCryptPasswordEncoder instead of custom password encoding. And it supports password salting in more secure way!
System has some safety issues