feat: integrate senparc wechat authentication

This commit is contained in:
xiong
2026-07-26 18:22:37 +08:00
parent 91a4162908
commit fcf70db8aa
4 changed files with 112 additions and 77 deletions

View File

@@ -14,6 +14,9 @@
<PackageReference Include="Microsoft.Extensions.Options" />
<PackageReference Include="Npgsql" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
<PackageReference Include="Senparc.Weixin" />
<PackageReference Include="Senparc.Weixin.MP" />
<PackageReference Include="Senparc.Weixin.WxOpen" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
</ItemGroup>