Carmine DiMascio
Carmine DiMascio
there are couple fixes not in the 0.5.1 release. please release a new version to npm
Hi @richardschneider The PR increments the version. Would you be able to `npm publish` a new version with the latest code on master. thanks!
If multiple securities are configured for an endpoint and multiple are not met, the `errors` object only contains the first security error, instead of all security errors.
EDIT: backpack is no longer used as of version 4 and greater. (This issue is still relevant as, Babel could be made optional)
Do the same for SMOG which requires 30 sentences
This is an excellent project, it will be great to see support for the new spec version. https://github.com/OAI/OpenAPI-Specification/blob/3.0.0-rc0/versions/3.0.md https://github.com/OAI/OpenAPI-Specification
Files middleware causes warning when serving the swagger json with `useBasePath: true` The following middleware configuration causes WARNINGS when accessing `/api-docs` ```javascript app.use(middleware.files({ // Override the Express App's case-sensitive and...
currently, we have two properties on error, `error.status` and `error.message`. I'd like to propose that additional properties be added, so that the error messages can be better customized. if the...