-
Hi. I discovered that the joi validator decorator isn't sending the error to the general error middleware. it just throws the error and crashes the server if there is an error in the request object. I…
-
-
**Today's issue:**
Today's package does not enable users to validate the config object resulting from loading env variables.
**Suggestion solution:**
A suggested solution would be to run validati…
-
- [ ] Express
- [ ] Cors
- [ ] .env
- [ ] Routes
- [ ] Typescript
- [ ] Jest
- [ ] SuperTest
- [ ] ORM(sequelize, prisma, TypeORM) or something like
- [ ] Axios
- [ ] Dayjs
- [ ] dinero.js
…
-
#### Context
* *node version*: v14.8
* *module version*: v17.2
#### What are you trying to achieve or the steps to reproduce ?
In joi v15 i could apply `greater` contraint twice and both wer…
-
**Is your feature request related to a problem? Please describe.**
To prevent unnecessary calls to the backend, endpoint request data should be validated.
**Describe the solution you'd like**
- […
-
I personally feel that Joi's validation system is incredibly neat and understandable. I'd love to be able to simply use their 'dsl' in place of the default, if I chose to.
I'm integrating with a coup…
-
My issue arises with `Joi.date` in combination with `Joi.in` and I think it is a bug, but correct me if I am doing something wrong.
```js
const schema = Joi.object().keys({
dates: Joi.array()…
-
### Build/Submit details page URL
_No response_
### Summary
When running `eas build` with a [$schema definition](https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definitio…
-
Basic idea of the validation base is extracted from [joi](https://github.com/hapijs/joi).
Our validation base should able to do validation of Java primitives, objects as well as the JSON. And also …