jmcarp / flask-apispec

MIT License
655 stars 156 forks source link

Support for Flask-httpauth #191 #219

Open anandtripathi5 opened 3 years ago

anandtripathi5 commented 3 years ago

Added support for Flask-httpauth

Can enable httpauth by the below configuration 'APISPEC_AUTH': { 'ENABLED': True, 'USERNAME': '', 'PASSWORD': '' }

@sloria #191