Home
last modified time | relevance | path

Searched hist:"62 bf3ac09f90958915554bd2a0c721008a729559" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dauth.php62bf3ac09f90958915554bd2a0c721008a729559 Fri Feb 03 18:26:40 UTC 2023 Damien Regad <dregad@mantisbt.org> Check Basic Auth scheme in Authorization header

Prior to this, auth_setup() would simply assume that the Authorization
header was using the Basic auth scheme, but there are other available
ones, which could result in incorrect processing of the header's data.

We now specifically check that we have the `Basic` scheme, and only then
perform the base64_decode to get the username and password.