-
We really need your help making hapi-setup look awesome for the version 3 milestone! To that end, we are prepared to ship you, free of charge, one official hapijs.com t-shirt for your help! You'll als…
-
(This is more of a question than an issue, but it could turn into an issue.)
Is it possible, in rest-hapi, to have an association within a subdocument?
For example, I can do this in Mongoose, wh…
-
v7.1.0
If I have:
```
"topten": Joi.array().items(
Joi.object({
name: Joi.string().required().label('name').description('user name'),
score: Joi.number().required().min(0).label(…
-
It be great if we had a docker-compose.yaml so that a developer can get this up and running locally fairly quickly. We could use the free HAPI FHIR server for our FHIR service and the KF dataservice i…
-
# Issue
## Environment
```
Binaries:
Node: 12.18.4 - /usr/local/bin/node
npm: 6.14.6 - /usr/local/bin/npm
npmPackages:
hapi-swagger: 13.0.2 => 13.0.2
```
## Steps to Repr…
-
##### Description
Hi. I've started writing an API for a school project recently, and am using codegen to generate a client for my team-mate who is developping it using Angular2.
One of our first…
-
"dependencies": {
"@azure/event-hubs": "^5.6.0",
"@azure/eventgrid": "^4.5.0",
"@azure/eventhubs-checkpointstore-blob": "^1.0.1",
"@azure/storage-blob": "^12.8.0",
"@hapi/joi"…
-
Fix broken web UI (Test page overlay) by providing Authentication support.
![image](https://user-images.githubusercontent.com/62061579/123791666-29857300-d8f9-11eb-806d-25086673d725.png)
**Cause o…
-
I'm currently playing a little with this plugin and found an issue with POST requests.
If I POST a resource to my server the response has HAL format.
But unfortunately the self link does not poin…
-
Hi, I would like to add JWT authentication because I think it would very interesting for this hapijs generator.
I have a hapijs backend in which I use the module [hapi-auth-jwt2](https://github.com/d…