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

Perform server-side validation #53

Open
iAmWillShepherd opened this issue Jan 12, 2022 · 1 comment
Open

Perform server-side validation #53

iAmWillShepherd opened this issue Jan 12, 2022 · 1 comment
Labels
improvement Refinement or optimization needed for an existing feature.

Comments

@iAmWillShepherd
Copy link
Contributor

iAmWillShepherd commented Jan 12, 2022

Each route on the API currently accepts user input as if it's trustworthy. We should really be validating this on the server in addition to the client-side (see #54).

@iAmWillShepherd iAmWillShepherd added the improvement Refinement or optimization needed for an existing feature. label Jan 12, 2022
@iAmWillShepherd
Copy link
Contributor Author

Perhaps we should try using yup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Refinement or optimization needed for an existing feature.
Projects
None yet
Development

No branches or pull requests

1 participant