https://github.com/cafjs/caf_recaptcha
CAF library that validates recaptcha tokens with a cloud service.
https://github.com/cafjs/caf_recaptcha
Last synced: 5 months ago
JSON representation
CAF library that validates recaptcha tokens with a cloud service.
- Host: GitHub
- URL: https://github.com/cafjs/caf_recaptcha
- Owner: cafjs
- Created: 2018-12-02T05:05:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T22:33:41.000Z (about 3 years ago)
- Last Synced: 2025-09-11T18:37:37.857Z (10 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# Caf.js
Co-design cloud assistants with your web app and IoT devices.
See https://www.cafjs.com
## Library for Recaptcha Token Validation
[](https://github.com/cafjs/caf_recaptcha/actions/workflows/push.yml)
This repository contains a `Caf.js` library that validates recaptcha tokens with a cloud service.
## Dependencies Warning
To eliminate expensive dependencies for apps in the workspace that do not need `caf_recaptcha`, the package `recaptcha2@^1.3.3` has been declared as an optional dependency even though it is always needed.
Applications that depend on `caf_recaptcha` should also include `recaptcha2@^1.3.3` in package.json as a normal dependence.
## API
See {@link module:caf_recaptcha/proxy_recaptcha}
## Configuration
### framework.json
See {@link module:caf_recaptcha/plug_recaptcha}
### ca.json
See {@link module:caf_recaptcha/plug_ca_recaptcha}