So, what is it about?
We currently do not have strict input validation for the User schema. This can lead to inconsistent or invalid user data being stored or processed.
We should integrate Zod to validate user input at both the API and model level.
Code of Conduct
So, what is it about?
We currently do not have strict input validation for the User schema. This can lead to inconsistent or invalid user data being stored or processed.
We should integrate Zod to validate user input at both the API and model level.
Code of Conduct