jmcarp / flask-apispec

MIT License
655 stars 156 forks source link

Add basic HTTP-Auth #191

Open AbdealiLoKo opened 4 years ago

AbdealiLoKo commented 4 years ago

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