pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
384 stars 88 forks source link

Issue with Basic authentication #185

Open tayebBenAchour opened 4 years ago

tayebBenAchour commented 4 years ago

Hello,

I'm getting the following error when I try to authenticate using the Basic Auth Method: ValueError: Unknown security name [simple_basicAuth]

I tried many security name combination and none of them works. I tested this on Pyswagger v0.8.39 and v0.8.27.

PabloCastellano commented 4 years ago

Looks like you haven't defined properly the securityDefinitions section, have you?