Closed eth0lo closed 6 years ago
Exactly that, but I was confused, by the recommendation of using the included Joi
You should use the bundled version of joi, and then extend it, just like it's done in the unit tests. I'm unclear what the confusion is.
The recommendation to use the bundled joi is to make sure there are not any compatibility issues. You are free to use whatever version of joi you want, and it should just work.
Perfect, thank you very much, feel free to close it
The issue I am having with
celebrate
is:I was wondering how I could use an extended Joi object with celetabre, the idea is that I could have custom validations.