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
Description: When a user submits a form or data to Svelte API endpoint, validate the input. Recommend using Yup or Zod.
User Story:
As a Leapfrog dev team member, I want my app to be protected from incorrect or malicious user input so that I can protect our mission heroes.
Acceptance Criteria:
All user input to forms and API endpoints is validated
Errors are properly handled for incorrect input
Unit tests
The text was updated successfully, but these errors were encountered:
Validate user input to forms and apis
Type: Chore
Description: When a user submits a form or data to Svelte API endpoint, validate the input. Recommend using Yup or Zod.
User Story:
As a Leapfrog dev team member, I want my app to be protected from incorrect or malicious user input so that I can protect our mission heroes.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: