Remotely/Server/Auth
Christopher Gebhardt ec333a7a33 fix: Prevent invalid authorization headers from accessing the API
The API is secured by this authorization filter that should prevent access to the API when the auhorization header is invalid. Instead the filter just set the status to 403, but delivered the data anyway.

This commit fixes this by explicitly setting the result to an UnauthorizedResult, which prevents access to the API.

#495
2022-07-22 10:26:07 +02:00
..
ApiAuthorizationFilter.cs fix: Prevent invalid authorization headers from accessing the API 2022-07-22 10:26:07 +02:00
ExpiringTokenFilter.cs Let API Token also authorize for ExpiringTokenFilter. 2021-07-29 07:57:34 -07:00
RemoteControlFilterAttribute.cs Merged PR 5: Replace Server UI with Blazor 2021-07-29 07:57:31 -07:00
TwoFactorRequiredHandler.cs Merged PR 5: Replace Server UI with Blazor 2021-07-29 07:57:31 -07:00
TwoFactorRequiredRequirement.cs Merged PR 5: Replace Server UI with Blazor 2021-07-29 07:57:31 -07:00