A NestJS captcha module that provides a simple, configurable abstraction for verifying CAPTCHA challenges inside your NestJS applications.
nestjs-captcha-module helps you standardize CAPTCHA verification by wrapping the provider-specific HTTP validation flow behind a clean NestJS module/service interface. It’s built to plug into typical auth and form-submission flows, so you can validate captcha tokens consistently across controllers/guards/pipes while keeping provider configuration (keys, endpoints, request options) centralized and easy to manage.
For installation, usage, configuration, and examples, see the documentation:
MIT — see LICENSE.
