I'm using the string_validator package that I forked from an older unmaintained package. I was wondering if Aqueduct has some sort of string validation already built in? If if does, I couldn't find it. I'd like to validate an email address and add password constraints.
Asked
Active
Viewed 81 times
1 Answers
1
Yes, there are a handful of built in validators that you annotate database fields with. You can also create new validators that use methods from the package you shared. See http://aqueduct.io/docs/db/validations/

Joe Conway
- 1,566
- 9
- 8