a551d20f49
Add Cloudflare Workers CAP CAPTCHA server implementation
1.8 KiB
1.8 KiB
Community libraries
Want to use Cap without the standalone server and with a different language? Here are some community-maintained libraries that might help. If you want to add a library, feel free to open a pull request!
Widgets
These are wrappers around Cap's widget. They're usually not required as the default widget should work everywhere but can result in better development experience.
React
Angular
Server
Warning: These libraries are community-maintained and not officially supported or actively monitored for security by Cap. We can't guarantee their quality, security, or compatibility. They also might not support newer features such as storage hooks or seeded challenges.
Cloudflare Workers (Serverless/JavaScript/TypeScript)
- xyTom/cap-worker: Serverless CAP CAPTCHA implementation on Cloudflare Workers with Durable Objects, featuring global edge deployment and auto-scaling
Java
-
luckygc/cap-server: Replacement of wuhunyu's Java server that fixes an important issue
Go
Python
- django-cap: Python implementation for Cap's server with Django