Skip to content

Commit

Permalink
Pass given params to error handler (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
urlund authored Jan 11, 2023
1 parent 49babea commit e1b0233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HttpBasicAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface

return $this->processError($response, [
"message" => "Authentication failed",
"params" => $params,
]);
}

Expand Down

0 comments on commit e1b0233

Please sign in to comment.