https://github.com/confuzeus/django-allcaptcha
Easily integrate all sorts of 3rd party captcha services in your Django project.
https://github.com/confuzeus/django-allcaptcha
captcha django hcaptcha python recaptcha
Last synced: 8 months ago
JSON representation
Easily integrate all sorts of 3rd party captcha services in your Django project.
- Host: GitHub
- URL: https://github.com/confuzeus/django-allcaptcha
- Owner: confuzeus
- License: mit
- Created: 2021-12-22T18:49:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T08:12:22.000Z (over 4 years ago)
- Last Synced: 2024-12-21T21:23:18.905Z (over 1 year ago)
- Topics: captcha, django, hcaptcha, python, recaptcha
- Language: Python
- Homepage: https://django-allcaptcha.readthedocs.io
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django AllCaptcha
This package allows you to easily integrate captcha services in your Django project.
Currently, it supports:
- HCaptcha
- Invisible HCaptcha
- Recaptcha V2 Checkbox
- Invisible Recaptcha V2
- Recaptcha V3
[Read full documentation here](https://django-allcaptcha.readthedocs.io/en/latest/).