I would like to know how to validate a rule in the Auth form.
In this case, it is a CPF rule. Validation rules and error messages I already have, but I do not know how to implement it in the framework.
Should I put the rules directly in the Controller Validator?