Achieved endpoint authentication

This commit is contained in:
2026-08-21 12:33:31 +02:00
parent 7535c60ca6
commit a3bf7b375b
5 changed files with 78 additions and 9 deletions
@@ -23,6 +23,8 @@
<Using Include="Microsoft.AspNetCore.Authentication" />
<Using Include="Microsoft.AspNetCore.Authentication.Cookies" />
<Using Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<Using Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<Using Include="Microsoft.IdentityModel.Tokens" />
</ItemGroup>
<!-- Health Checks -->