You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you get around to implementing sanitation and checking what parameters are being sent check out the Express Validator library on npm. It has a whole bunch of convenient methods to check types, sanitize inputs and also will automatically send back helpful error messages if there is some input tests that fails.
The text was updated successfully, but these errors were encountered:
QuestAPI/src/server/helpers/sanitizeInput.js
Lines 1 to 4 in 2c8795d
If you get around to implementing sanitation and checking what parameters are being sent check out the Express Validator library on npm. It has a whole bunch of convenient methods to check types, sanitize inputs and also will automatically send back helpful error messages if there is some input tests that fails.
The text was updated successfully, but these errors were encountered: