Added authentication logic to app

This commit is contained in:
Khwezi Mngoma
2026-05-16 20:12:35 +02:00
parent 5fd12b34ac
commit 3bdf897ac8
4 changed files with 67 additions and 3 deletions
+9
View File
@@ -20,6 +20,15 @@
<PackageReference Include="Polly" Version="8.6.6" />
</ItemGroup>
<!-- Authentication-->
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.8" />
<!-- Global Usings -->
<Using Include="Microsoft.AspNetCore.Authentication.Cookies"/>
<Using Include="Microsoft.AspNetCore.Authentication.OpenIdConnect"/>
</ItemGroup>
<!-- UI -->
<ItemGroup>
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />