feat(AuthController): ValidateCredentials Methode async in CreateTokenAsync Methode gemacht.

- Core.Abstractions auf 3.2 aktualisiert
 - Core.Application 3.2 hinzugefügt
This commit is contained in:
Developer 02
2025-01-20 10:45:03 +01:00
parent c6c4d0bd04
commit 077635e94b
3 changed files with 4 additions and 8 deletions

View File

@@ -10,7 +10,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DigitalData.Core.Abstractions" Version="3.1.0" />
<PackageReference Include="DigitalData.Core.Abstractions" Version="3.2.0" />
<PackageReference Include="DigitalData.Core.Application" Version="3.2.0" />
<PackageReference Include="DigitalData.Core.Security" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.12" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.3.0" />