JSPM

kby-captcha

0.1.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 35
    • Score
      100M100P100Q79350F
    • License MIT

    BotDetect CAPTCHA Angular module for Angular 21+

    Package Exports

    • kby-captcha

    Readme

    kby-captcha

    BotDetect CAPTCHA Angular module for Angular 21+.

    Based on: https://github.com/captcha-com/angular-captcha

    Install

    npm i kby-captcha

    Usage

    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