Open iAmWillShepherd opened 2 years ago
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).
Perhaps we should try using yup.
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).