OneSignalDevelopers / ngosi

Share your slides with a QR code
https://ngosi.io
MIT License
9 stars 5 forks source link

Perform server-side validation #53

Open iAmWillShepherd opened 2 years ago

iAmWillShepherd commented 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).

iAmWillShepherd commented 2 years ago

Perhaps we should try using yup.