Auth Form Validation

Use to define the credential input contract for login, signup, password reset, and change-password forms — one schema for email and password rules, wired into React Hook Form on the client and re-enforced identically on the server. Client validation is UX; the server is the authority. Error copy must not reveal whether an account exists.

ahtishamshahzad Updated

File contents

ahtishamshahzad/agent_dev_flow/tree/main/.ai/skills/auth-form-validation commit 7e3b80f077

Frequently asked questions

npx skillmds@latest add ahtishamshahzad/auth-form-validation