-
I am trying to create documentation using `swagger-ui-express` and `swagger-jsdoc` as follows:
```ts
import swaggerJsDoc from 'swagger-jsdoc';
import swaggerUi from 'swagger-ui-express';
const …
-
As far as I can tell it should be possible to now enable auth cookies to be sent with requests via swagger-ui - https://github.com/swagger-api/swagger-js/issues/1163.
However I can't seem to work o…
-
## Describe the feature
Add a link/button to download the spec as in the swagger original layout.
![Screenshot 2021-04-16 at 18 21 56](https://user-images.githubusercontent.com/17125909/115061171-…
-
Remove the inline JS from this file following the recommended steps in #4474
### Proposal & Constraints
This should be very easy to change and test.
### Related files
https://github.com/…
RayBB updated
7 months ago
-
First of all: Bravo on `ogen`. An excellent piece of software.
Given that the SwaggerUI (https://petstore.swagger.io/) is part of the OpenAPI ecosystem, it would be nice if the SwaggerUI could ea…
-
Enum looks nice in SwaggerUI, enum arrays do not.
Here the changes that work for me for nice SwaggerUI output, but it might not be correct for the OpenAPI standard: [code diff](https://github.com/Pos…
-
**Describe the bug**
If I setup a Django project using ClientCredentials Oauth2 for authentication, and have a view using `oauth2_provider.contrib.rest_framework.OAuth2Authentication` as authenticati…
-
openapi: 3.0 and openapi: 3.1.0 :
```
requestBody:
required: true
content:
application/octet-stream:
schema:
type: string
…
-
### Q&A (please complete the following information)
- OS: WSL Ubuntu 22.04 Windows 10
- Browser: Chrome
- Version: 129.0.6668.59
- Method of installation: npm install
- Swagger-UI version: 5…
-
Hi yuka1984,
is it possible to integrate authentication into the SwaggerUI?
See Swagger documentation here:
https://swagger.io/docs/specification/authentication/
Kind regards