mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 05:55:54 +00:00
Fix regression issue and readd basic auth support (#328)
This commit is contained in:
@@ -89,7 +89,7 @@ class CheckBasicAuthentication
|
||||
protected function getCredentials()
|
||||
{
|
||||
try {
|
||||
$credentials = explode(':', $this->configuration->auth());
|
||||
$credentials = explode(':', $this->configuration->basicAuth());
|
||||
|
||||
return [
|
||||
$credentials[0] => $credentials[1],
|
||||
|
||||
Reference in New Issue
Block a user