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
Frontend
Built-in form validation (using HTML5 form validation features)
Backend
The risk of NoSQL injection is mitigated with the use of mongoose which takes care of validating user input for expected types.
Using @hapi/joi may provide additional protection; however, a separate schema for joi may need to be maintained (i.e. repeating the schema already set up for mongoose)
The text was updated successfully, but these errors were encountered:
Frontend
Built-in form validation (using HTML5 form validation features)
Backend
The risk of NoSQL injection is mitigated with the use of mongoose which takes care of validating user input for expected types.
Using @hapi/joi may provide additional protection; however, a separate schema for joi may need to be maintained (i.e. repeating the schema already set up for mongoose)
The text was updated successfully, but these errors were encountered: