feat(api): integrate infra and implement password verification on login

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent 91662f5629
commit c2b681d267
4 changed files with 21 additions and 11 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FiscalOS.Core\FiscalOS.Core.csproj" />
<ProjectReference Include="..\FiscalOS.Infra\FiscalOS.Infra.csproj" />
</ItemGroup>
</Project>