It would be nice if there was an option in flask-apispec to have a basicAuth setup for the swagger-ui
So that if we want to enable the Swagger UI but have some simple auth to restrict access that would be possible.
It could be done with an optional dependency on flask_httpauth
It would be nice if there was an option in flask-apispec to have a basicAuth setup for the swagger-ui So that if we want to enable the Swagger UI but have some simple auth to restrict access that would be possible. It could be done with an optional dependency on
flask_httpauth