kby-captcha
v0.1.1
Published
BotDetect CAPTCHA Angular module for Angular 21+
Downloads
797
Maintainers
Readme
kby-captcha
BotDetect CAPTCHA Angular module for Angular 21+.
Based on: https://github.com/captcha-com/angular-captcha
Install
npm i kby-captchaUsage
import { BotDetectCaptchaModule } from 'kby-captcha';
@NgModule({
imports: [
BotDetectCaptchaModule.forRoot({
captchaEndpoint: 'https://your-backend/simple-captcha-endpoint'
})
]
})
export class AppModule {}Template:
<botdetect-captcha [captchaStyleName]="'ExampleCaptcha'"></botdetect-captcha>
<input type="text" correctCaptcha />Backend Integration
For backend setup details, see: https://captcha.com/angular-captcha.html
