Does server actions input have to be validated server side?
Are they like exposed api endpoints or are they private?
Would validating client side using input props like require/max-length work?
1 Reply
Anything sent from the client needs to be server validated