Basic Auth UN/PW accepted list refresh

Hi All,

I am currently looking into authentication, at the moment I want to implement basic authentication with valid pairs - Flask login is out of my reach at the moment and will take a while to implement.

The list of valid login pairs though will be growing constantly so I need to make sure they are included without me having to restart the application to get the new pairs.

Any ideas on how to achieve this?