feat: integrate reCAPTCHA for contact form validation and submission WIP #8

This commit is contained in:
Marek Lesko
2025-10-31 15:57:16 +00:00
parent 426b4c55fc
commit 7b22f2d237
5 changed files with 228 additions and 79 deletions

View File

@@ -10,6 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.RecaptchaEnterprise.V1" Version="2.18.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.18" NoWarn="NU1605" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.18">