feat(infra): create initial encryption implementations

This commit is contained in:
Stevan Freeborn
2026-02-06 06:53:20 -06:00
parent 4eb833d2c8
commit c1932246f3
5 changed files with 223 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" />
</ItemGroup>
<ItemGroup>