Cloudreve/pkg/setting
WittF 9f9796f2f3
Add Cap Captcha support (#2511)
* Add Cap Captcha support

- Add CaptchaCap type constant in types.go
- Add Cap struct with InstanceURL, KeyID, and KeySecret fields
- Add CapCaptcha method in provider.go to return Cap settings
- Add default settings for Cap captcha in setting.go
- Implement Cap captcha verification logic in middleware
- Expose Cap captcha settings in site API

This adds support for Cap captcha service as an alternative
captcha option alongside existing reCAPTCHA, Turnstile and
built-in captcha options.

* update cap json tags
2025-06-19 11:31:17 +08:00
..
adapters.go Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
provider.go Add Cap Captcha support (#2511) 2025-06-19 11:31:17 +08:00
types.go Add Cap Captcha support (#2511) 2025-06-19 11:31:17 +08:00