Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding server-side validation #60

Open
bobbysebolao opened this issue Aug 16, 2019 · 0 comments
Open

Adding server-side validation #60

bobbysebolao opened this issue Aug 16, 2019 · 0 comments

Comments

@bobbysebolao
Copy link

Great job implementing client-side validation checks and providing descriptive feedback for your users!

It’s worth bearing in mind that, while client side validation can enhance the user experience, it isn’t considered secure.

For future reference, it’s a good idea to repeat regex pattern matching checks on the server side too. Currently, if somebody wanted to bypass your form input regex requirements, they could do so quite easily by altering the HTML pattern attribute in their browser’s console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant