arb / celebrate

A joi validation middleware for Express.
MIT License
1.34k stars 65 forks source link

Send Back All Validation Errors #67

Closed BebeSparkelSparkel closed 6 years ago

BebeSparkelSparkel commented 6 years ago

celebrate seems to only send back one validation error at a time even if there are multiple validation errors. Is it possible to have it validate all errors and then send back all of them?

cjihrig commented 6 years ago

You probably want to set the joi option abortEarly to false. You can do that here.