Slim-Extras icon indicating copy to clipboard operation
Slim-Extras copied to clipboard

Allow basic auth with empty username

Open ulrichsg opened this issue 11 years ago • 0 comments

I am developing a service right now that is explicitly required to use basic auth while only checking the password, not the username. So I tried setting the username to "", but that does not work with the current implementation of HttpBasicAuth. This patch enables it.

ulrichsg avatar Apr 03 '14 13:04 ulrichsg