jpvanhal / flask-basicauth

HTTP basic access authentication for Flask.
https://flask-basicauth.readthedocs.io/
Other
85 stars 27 forks source link

Add support for multiple users basic authentication #25

Open HerveMignot opened 5 years ago

HerveMignot commented 5 years ago

Hello, please consider the following additional feature:

a list of username & password dictionaries can be used in addition to BASIC_AUTH_USERNAME & BASIC_AUTH_PASSWORD to allow multiple users authentication.

I needed this to allow different applications and testing scripts to log in an API.