-
# Issue
## Environment
```bash
npx envinfo --npmPackages '*hapi*' --binaries
```
Binaries:
Node: 18.16.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 9.7.…
-
I'm using hapi-auth-jwt2 for authentication and ordinary Hapi scopes for authorization. How do I configure these when using swagger-hapi and all my route definitions are in swagger.yaml?
-
Hello everybody.
I'm trying to duplicate my actual production environment to create dev environment in same server.
I already duplicate database and nginx configuration for another domain, but, w…
-
#### Context
* *hapi-swagger version*: "^7.7.1"
* *hapi*:"^16.1.1"
#### What are you trying to achieve or the steps to reproduce ?
I'm having a hapi route i.e POST with json payload with the…
-
# Issue
I got this error if I set option `basePath: ''`, while `basePath: undefined` works. It's just a minor bug, but it take me a long time to find out.
![image](https://github.com/hapi-swagg…
-
# Issue
## Environment
Node 12, hapi 18, joi 16, hapi-swagger 11.1.0
## Steps to Reproduce
Use Joi [object.rename(from, to, options)](https://hapi.dev/family/joi/api/?v=17.0.0#objectrename…
-
#### Context
* *hapi-swagger version*: v7.7.0
* *any other relevant information*:
#### What are you trying to achieve or the steps to reproduce ?
Swagger UI specifies a password data type th…
-
Hi there! We're facing an issue with a service using `hapi-swagger` which we're using. We don't have control over the source, but we figured that they only applied the Joi schema labeling partly throu…
-
#### Context
**Versions:**
"hapi": "17.6.0",
"hapi-swagger": "9.1.2",
#### What are you trying to achieve or the steps to reproduce?
Swagger UI is not showing the key if '_when_' condition ha…
-
Hi @z0mt3c, I'm trying to configure hapi-swaggered but I'm not able to display the authenticate button. Do you have a working example using the `authorization` option? Even with [your example code](ht…