@chiastack/services
v2.0.5
Published
A collection of service integrations for the Chiastack monorepo, providing utilities for CAPTCHA verification and other common service integrations.
Downloads
268
Readme
@chiastack/services
A collection of service integrations for the Chiastack monorepo, providing utilities for CAPTCHA verification and other common service integrations.
Installation
pnpm add @chiastack/servicesPeer Dependencies
This package requires the following peer dependency:
@chiastack/utils
Available Services
CAPTCHA Verification (captcha)
Provides integration with Cloudflare Turnstile and Google reCAPTCHA for verifying CAPTCHA tokens in server-side applications.
Features:
- Support for Cloudflare Turnstile
- Support for Google reCAPTCHA
- Automatic client IP detection
- Type-safe error handling
Development
Build
pnpm buildType Check
pnpm type:checkLint
pnpm lintTest
# Run tests once
pnpm test
# Run tests in watch mode
pnpm test:watchClean
pnpm cleanExports
This package uses subpath exports for better tree-shaking:
@chiastack/services/captcha- CAPTCHA verification service
License
MIT
