Skip to content

Google reCaptcha v3 server-side validation using ASP.NET Core 5.0

License

Notifications You must be signed in to change notification settings

spencer741/GoogleRecaptchaV3Service

Repository files navigation

GoogleRecaptchaV3Service

Google reCaptcha v3 server-side validation using ASP.NET Core 5.0

Example demo for my dev.to article. All the details there.

pre-reqs:

.NET SDK targeting .NET 5.

To run:

Put your secret key in appsettings.json. (warning: it's not .gitignore'd. Version control responsibly.)

dotnet run

Simple visual demo

After running, https://localhost:5001/ takes you to the home page.

Issues

  • If there are any issues, open an issue.
  • If you would like to make a contribution, open an issue before you PR.

About

Google reCaptcha v3 server-side validation using ASP.NET Core 5.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published