arb / celebrate

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

Expose add step function #119

Closed arb closed 4 years ago

arb commented 5 years ago

Provide a mechanism to add your own validation points beyond just the "built in" ones. Also allow to provide a step so the user can control the order.

It would look something like celebrate.extend({ segment: 'foo', order: 10 }) or something... wondering how much use this would really get 🤔

arb commented 4 years ago

No interest seemingly. Closing.