DapperDox / dapperdox

Beautiful, integrated, OpenAPI documentation.
http://dapperdox.io
GNU General Public License v3.0
409 stars 59 forks source link

Multiple API keys #85

Open SWSAmor opened 6 years ago

SWSAmor commented 6 years ago

It seems DapperDox can't handle multi apikey situations: "security": [ { "apiToken": [], "customerToken": [] } ] same with "security": [ { "apiToken": [] }, { "customerToken": [] } ]

I think it should prompt two fields, but it ask only one.

zxchris commented 6 years ago

Interesting. We will have a look. Thanks