Jose Collado San Pedro
Jose Collado San Pedro
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [X] Tests for the changes have been added...
Hi, I'm using oauth2 authentication flow in my OpenApi spec: ``` "securitySchemes" : { "BearerToken" : { "flows" : { "implicit" : { "authorizationUrl" : "XXXX", "scopes" : { "openid"...
Hi, I checked that bundle.l10n.json can only be set in English. In our extension, the strings in the code are in Spanish, like this: `const message = l10n.t('Hola'); ` This...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...