http-basic-auth-php icon indicating copy to clipboard operation
http-basic-auth-php copied to clipboard

Users need to move to file

Open codazoda opened this issue 4 years ago • 0 comments

I need to move users from the code to a file. That can be either an SQLite DB or a simple INI type file. That file must not be in the root directory, however. Also, we probably shouldn't even specify the filename. So, perhaps we pass the user file when we instantiate the BasicAuth class and it loads that.

codazoda avatar Jan 03 '22 05:01 codazoda