arb / celebrate

A joi validation middleware for Express.
MIT License
1.33k stars 66 forks source link

Add option to set default joiOptions #217

Closed witalobenicio closed 3 years ago

witalobenicio commented 3 years ago

It would be useful to define a default joiOptions to be used in every place celebrate is used.

arb commented 3 years ago

You'd want to use celebrator for that. This lets you supply joi and celebrate options once and then have them used every subsequent call.