-
Use [joi](https://github.com/hapijs/joi) to validate submitted file and form data. Basics are covered in this [tutorial](https://medium.com/@_expr/the-pursuit-of-hapi-ness-d82777afaa4b).
For example…
-
**Description:**
Would you consider a PR for the ability to add additional Joi validation to the converted schemas?
Joi supports this using [schema concatenation](https://github.com/hapijs/joi/blob/…
-
So the more of those validate functions i'm writing the more i'm asking myself if this approach is optimal. We are in fact doing 95% _schema validation_, a task which a library like [joi](https://gith…
-
### Runtime
nodejs
### Runtime version
17.13.1
### Module version
17.13.1
### Last module version without issue
_No response_
### Used with
hapi
### Any other relevant information
Used with…
-
-
Support this for both requests and responses.
-
I believe the existing schema API is already based heavily on [`Joi`](https://github.com/hapijs/joi). I think it would make a lot of sense to just move to it completely.
1. Reduce complexity of `think…
-
-
I will add the joi validation to the user schema
Please assign this issue to me and add the 'hacktoberfest' label to it.
-
Have you guys used [Joi](https://github.com/hapijs/joi)? I use Joi on the server-side with Hapi and really love it.
I just got started with Ampersand and also really, really love `ampersand-state`. W…