New Captcha Package added

This commit is contained in:
2026-07-25 13:38:18 +05:30
parent d0aded0392
commit 8b728a3e5d
157 changed files with 12092 additions and 1913 deletions
+17
View File
@@ -0,0 +1,17 @@
# CAPTCHA showcase
Set a development secret and run:
```bash
CAPTCHA_SECRET="replace-with-at-least-32-random-characters" bun run dev
```
Open the local URL printed by WRNexusJS. The main page exercises number, alphabet, alphanumeric, calculation, image-selection, audio, compact/normal/big sizing, listen visibility, not-robot, invisible timing/honeypot, protected form-submit, and page-gate flows. Open `/styles` to test all 18 generated text-image renderers, random difficulty modes, allowed pools, and excluded pools.
Run the showcase validation with:
```bash
bun run check
```
The check runs TypeScript validation, the showcase integration tests, and a production build.