ojoanalogo / nestjs-redoc

📘 ReDoc frontend for you NestJS swagger API documentation
MIT License
145 stars 56 forks source link

multiple security #30

Closed mat-twg closed 3 years ago

mat-twg commented 3 years ago

Hello! How can i use multiple security with AND condition, not OR

image

ojoanalogo commented 3 years ago

Hello @mat-twg I believe this issue it's outside the scope of this package. This should be handled by the official swagger package which this package relies on, as the only thing nestjs-redoc does it's to pass the Swagger data object generated by nest into redoc.

https://github.com/nestjs/swagger

mat-twg commented 3 years ago

Hello @mxarc, thanks for reply! I would not be so sure, the swagger module does not render any logical separation between authorizations...

image