An express.js middleware library for validation and sanitization.
express-validator is an express.js middleware library for HTTP requests validation and sanitization.
The built-in validators and sanitizers are provided by the JavaScript library validator, but support for extending the middleware with custom validators and/or sanitizers is also available.