social-platform-donut-frontend
social-platform-donut-frontend copied to clipboard
Add stronger password validations.
We can use stronger password validation by using a better password pattern. currently, it only requires a minimum of 6 characters but it is insecure. We should have a minimum one uppercase letter and a special character in our password. The password should be an alphanumeric string.