BookStack/app/Http
Thomas Kuschan 74097bd47c Simplify ApiAuthException control flow
Remove unnecessary UnauthorizedException
and make ApiAuthException compatible with HttpExceptionInterface.

Move the creation of a rsponse for the exception
from ApiAuthenticate middleware into the application exception handler.
2023-06-16 10:00:02 +02:00
..
Middleware Simplify ApiAuthException control flow 2023-06-16 10:00:02 +02:00
ApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Controller.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
DownloadResponseFactory.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Kernel.php
Request.php