alepha@docs:~/docs/packages/alepha$
cat captcha.md | pretty1 min read
Last commit:
#Alepha - Captcha
#Installation
Part of the alepha package. Import from alepha/captcha.
npm install alepha
#Overview
Captcha verification for bot protection.
Features:
- Provider abstraction for captcha services
- Cloudflare Turnstile support (free, privacy-friendly)
- In-memory provider for testing
#API Reference
#Providers
MemoryCaptchaProvider— In-memory captcha provider for testing.TurnstileCaptchaProvider— Cloudflare Turnstile captcha verification provider.