nestjs-redoc icon indicating copy to clipboard operation
nestjs-redoc copied to clipboard

📘 ReDoc frontend for you NestJS swagger API documentation

Results 40 nestjs-redoc issues
Sort by recently updated
recently updated
newest added

We should load swagger from relative url because nest application could be proxied with some path prefix by some server like NGINX behind. For example, we have Nest app with...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

This going to be picked up?

Hi, because this repository is not maintained for over 3 years and other alternatives are either part of a framework (that I don't need) or just slightly updated versions of...

When I'm protect my documentation with ```js auth: { enabled: true, user: config.get('openapi.user'), password: config.get('openapi.password'), }, ``` this works for main page, but doesn't protect access to swagger.json!!! See related...

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.1. Release notes Sourced from express's releases. 4.18.1 Fix hanging on large stack of sync routes 4.18.0 Add "root" option to res.download Allow options without...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Fixes this to work with NestJS 10. Also includes version bump so just needs a merge and publish. Should anyone want a replacement that might be equally unmaintained in future...