Showing only posts in programming. Show all posts.

Using reCAPTCHA v3 with Django

reCAPTCHA is a system to prevent spam and abuse of web services. It's easy to integrate with Django. There are three steps to using v3 reCAPTCHA in your web app:

  1. Create the reCAPTCHA application
  2. Integrate with your frontend
  3. Validate the response from Google

Create the reCAPTCHA application

First, register a …

« newer articles | page 3 | older articles »