pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Swagger-UI py-eve basic authentication #92

Closed kkuehl closed 4 years ago

kkuehl commented 5 years ago

I have enabled BasicAuth in py-eve which works properly. I have also just installed eve-swagger which also mostly works. If I use the Try It Out button, Then perform Execute, it is obviously missing my authorization header. https://swagger.io/docs/specification/authentication/basic-authentication/ Shows how to configure it normally, just not sure how to do it through eve-swagger.

Thanks in advance!

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Ziul commented 4 years ago

Any updates about it?

luiscoms commented 4 years ago

I still interested about it