-
#### Support plan
* *is this issue currently blocking your project?* (yes/no): yes
* *is this issue affecting a production system?* (yes/no): yes
#### Context
* *node version*: 14.20.0
* *m…
-
I have configured the following Joi validation schemas as my validatorTypes:
``` js
validatorTypes() {
return Joi.object({
form: Joi.object({
username: Joi.string().alphanum().min…
-
How will the admin update the isEmailVerified or roles fields in the user table
Can someone please suggest a approach for the same
One way is to modify the update user validation
If we add rol…
-
#### Support plan
* *is this issue currently blocking your project?* (yes/no): yes
* *is this issue affecting a production system?* (yes/no): no
#### Context
* *node version*: 14.15.0
*…
-
#### Context
* *node version*: 16.4.0
* *module version*: 17.5.0
* *environment* (e.g. node, browser, native): node
* *used with* (e.g. hapi application, another framework, standalone, ...): nes…
-
e.g. `?time_window=` still returns reports which it should be `?timewindow=` as per docs.petabencana.id.
=> Check Joi validation settings on reports endpoint.
-
Hi,
the validator throws an error if a string property is empty, e.g. `phone = ''`. I defined the property `phone` on the model as follows:
```
phone: {
type: 'string',
required: false,
}…
-
### 🍒 Summary
In `io-ts`, there is a `is` functionality that checks if a variable matches a schema definition.
As you see below, this function returns a boolean instead of throwing an error in cas…
-
Atributes:
- id: primary key of the user
- email: provided email used to check if there has been a breach
- was_breached: will answer was there a breach in which the email adress was leaked
…
-
**Is your feature request related to a problem? Please describe.**
Conditional components were previously removed because it was reported to be an accessibility issue. GDS and W3C have since confir…