Socket
Socket
Sign inDemoInstall

django-recaptcha-works

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-recaptcha-works

django-recaptcha-works provides a Django form field that integrates the reCaptcha service.


Maintainers
1

Readme

django-recaptcha-works provides a Django form field that integrates the reCaptcha service. It is released under the terms of the BSD License.

This reCaptcha implementation has no extra requirements other than Django.

The app is based on the code snippet 1644 <http://djangosnippets.org/snippets/1644/>_ as published by Chris Beaven (aka SmileyChris).

The original code has been further modified by George Notaras in order to implement the following:

  • transform the snippet to a Django application release
  • add SSL support for both the captcha presentation and the communication with the reCaptcha servers
  • migration to the Google-hosted reCaptcha API
  • extension of the available application settings
  • addition of a decorator that adds the remote IP to the submitted form
  • support for overriding the reCaptcha field validation to facilitate form testing

More information

More information about the installation, configuration and usage of this application can be found in the HELP file inside the distribution package or in the project's wiki <http://www.codetrax.org/projects/django-recaptcha-works/wiki>_.

Bugs and new features

In case you run into any problems while using this application it is highly recommended you file a bug report at the project's issue tracker <http://www.codetrax.org/projects/django-recaptcha-works/issues>_.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc