BookStack/app/Http/Middleware
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
..
ApiAuthenticate.php Simplify ApiAuthException control flow 2023-06-16 10:00:02 +02:00
ApplyCspRules.php Updated CSP with frame-src rules 2022-03-07 14:27:41 +00:00
Authenticate.php
AuthenticatedOrPendingMfa.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
CheckEmailConfirmed.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
CheckGuard.php
CheckUserHasPermission.php
EncryptCookies.php
Localization.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
PreventAuthenticatedResponseCaching.php
PreventRequestsDuringMaintenance.php
RedirectIfAuthenticated.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
RunThemeActions.php
StartSessionIfCookieExists.php
ThrottleApiRequests.php
TrimStrings.php
TrustHosts.php
TrustProxies.php
VerifyCsrfToken.php