Fix JWT bearer authentication

This commit is contained in:
Reimar 2025-03-27 10:47:31 +01:00
parent 595ade2d79
commit b8bb86edca
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268

View File

@ -110,6 +110,8 @@ namespace Api
app.UseRouting();
app.UseAuthentication();
app.UseAuthorization();
app.UseEndpoints(endpoints =>