📄️ Introduction
Validation is a common task in web applications, it's used to validate the user input, and make sure it's valid before processing it.
📄️ Validation Configurations
Validation configurations are used to set the default validation rules, errors strategy and other configurations.
📄️ Validation Rules
Validation rules are used to validate the request input, it's used to validate the request body, query, and params.
📄️ Validation Schema
Added in v1.4.0.
📄️ Custom Validator
Consider a custom validator as the final middleware interceptor before processing the request, it's used to validate the request after the validation rules.
🗃️ Rules
35 items
📄️ Validation errors
All validation rules are stored under validation group name, by default it supports English and Arabic languages, you can however add your own language.