Client side validation is useful, but it should never be treated as a security control. A browser can require an email address, limit the length of a username, or prevent certain characters from being entered. That improves the user experience, but anything running in the browser can ultimately...
Source: [Dev.to](https://dev.to/khg5293/client-side-validation-is-not-a-security-boundary-4fhl)