begin work

This commit is contained in:
Aaron Po
2026-07-04 23:18:23 -04:00
parent fbcf438381
commit 924e736130
9 changed files with 82 additions and 772 deletions

View File

@@ -88,7 +88,7 @@ public class JwtInfrastructure : ITokenInfrastructure
return new ClaimsPrincipal(result.ClaimsIdentity);
}
catch (Exception e)
catch (Exception)
{
throw new UnauthorizedException("Invalid token");
}

View File

@@ -6,7 +6,7 @@
<RootNamespace>Infrastructure.Sql</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
<PackageReference