feat(infra): implement plaid service

This commit is contained in:
Stevan Freeborn
2026-02-13 04:37:47 -06:00
parent dd08eee5a3
commit c4a8aada6b
8 changed files with 120 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Going.Plaid" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Microsoft.Extensions.Hosting" />