slim-basic-auth icon indicating copy to clipboard operation
slim-basic-auth copied to clipboard

Setting response body when authentication fails

Open Youdaman opened this issue 6 years ago • 0 comments

Hi Mika, thanks for the great middleware :)

In the code example for the above section in the readme, to return a proper JSON response (and not a HTML/text response) you should use:

return $response->withJson($data);

Youdaman avatar Nov 14 '17 00:11 Youdaman