{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Integrates Google reCAPTCHA (V2 Checkbox, V2 Invisible, and V3) into Django forms as a field and widget for bot detection and form protection.","skillfed_tags":["form-security","bot-protection","django-integration"],"use_cases":["Protect user registration and login forms from automated account creation and credential stuffing attacks.","Prevent spam submissions in contact forms, comment sections, and feedback forms on public websites.","Use reCAPTCHA V3 scoring to flag suspicious form submissions for review without interrupting legitimate users.","Implement invisible reCAPTCHA on checkout or payment forms to reduce friction while maintaining bot protection.","Customize reCAPTCHA appearance (theme, size, language) to match your site's design and user base."],"what_it_does":"Django reCAPTCHA is a form field and widget integration for Google's reCAPTCHA service, protecting Django forms from automated bot submissions. It supports three reCAPTCHA versions: V2 Checkbox (user clicks a box), V2 Invisible (verification happens silently), and V3 (risk scoring based on user behavior). The package wraps Google's reCAPTCHA API and handles both client-side rendering and server-side validation, with configurable score thresholds for V3 and support for proxy settings and alternative domains.\n\nYou add it to a Django form by declaring a ReCaptchaField, configure your Google API keys in Django settings, and the widget renders the appropriate reCAPTCHA UI. It includes error translations for multiple languages and allows per-field key override and customization of widget appearance through data attributes and API parameters. The package has been maintained since 2010 and is actively developed.","worth_installing":"Yes. Django reCAPTCHA is a mature, actively maintained package with low install friction, no known vulnerabilities, and permissive licensing. It is the standard way to integrate Google reCAPTCHA into Django forms and is suitable for any Django project needing bot protection. Install it if you need to protect forms from automated abuse."},"id":"django-recaptcha","links":{"html":"https://skillfed.io/packages/django-recaptcha","md":"https://skillfed.io/packages/django-recaptcha.md","pypi":"https://pypi.org/project/django-recaptcha/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-03-28","license_spdx":null,"license_treatment":"permissive","name":"django-recaptcha","python_support":"unspecified","summary":"Django recaptcha form field/widget app."},"popularity":{"monthly_downloads":654128,"position":5529,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.1.0"}
