chirpy icon indicating copy to clipboard operation
chirpy copied to clipboard

refactor: use zod for client form validation

Open devrsi0n opened this issue 2 years ago • 0 comments

Currently, we're using zod for trpc input validation, at the same time, we're using custom logics for client side validation, the deviation between server & client causes maintenance and vulnerability issues. We should extract zod logic, and share it with client & server.

devrsi0n avatar Dec 17 '22 09:12 devrsi0n