SvenEV/WinSwag

Auth support

Opened this issue · 1 comments

I added authorization header support using

security:
  - APIKeyHeader: []

securityDefinitions:
   # X-API-Key: abcdef12345
   APIKeyHeader:
     type: apiKey
     in: header
     name: X-API-Key

but WinSwag does not handle that and therefore I can't test my requests against a server that requires authorization

Thanks for the suggestion! Since I'm recently dealing with security definitions in another project myself, implementing support for it in WinSwag has a high priority now.