Relative Content

Tag Archive for pythonflaskswagger

preauthorizeBasic/preauthorizeApiKey in swagger using python flask

I need to implement preauthorizeApiKey/preauthorizeBasic using python flask , but I don’t find any documentation stating that . Tried searching online as well but seems like swagger is mostly done with Java and .NET , there are not solution available for python

Pre-request script in Swagger

I am configuring Swagger in my project using Python Flask. The API which I am invoking from swagger needs the token bearer and that token bearer can be fetched by invoking other API(/GetToken) ( which need basic auth).