Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New library supporting NestJS 10, ExpressJS & Fastify, multi-user basic auth and more #72

Open
julianpoemp opened this issue Mar 3, 2024 · 2 comments

Comments

@julianpoemp
Copy link

julianpoemp commented Mar 3, 2024

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 this package, I decided to create a library myself:

nestjs-redox

Features:

  • NestJS 10 support
  • ExpressJS and Fastify support
  • Multi-user auth basic support
  • Option "standalone" for self hosted redoc bundles without requesting a CDN
  • Option to disable Google fonts

I hope this library helps all devs who are looking for an alive and most updated solution for using Redoc in their NestJS projects 🚀

@test137E29B
Copy link

@julianpoemp It appears to not support serving a json spec file with a static url. Any chance of this being added?

@julianpoemp
Copy link
Author

@test137E29B I just released v1.1.4 that supports using a static json spec URL. You can now use an URL on the third parameter of the NestJSRedoxModule.setup()function. If the URL is an extern URL make sure that the server that serves the json file activates cors.

For next issues please use the issues section here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants