captcha icon indicating copy to clipboard operation
captcha copied to clipboard

行为验证码(滑动拼图、点选文字),前后端(java)交互,包含h5/Android/IOS/flutter/uni-app的源码和实现

Results 106 captcha issues
Sort by recently updated
recently updated
newest added

目前重写后,给新类加@Component,会导致 com.anji.captcha.config.AjCaptchaServiceAutoConfiguration#captchaService 不执行,因为它有 @ConditionalOnMissingBean。 如何优雅的干这件事呢,因为我想自定义验证码,比如透明度啥的

Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies
javascript

调用spring boot提供的shutdown接口后,观察线程池还有 thd-captcha-cache-clean 非守护线程未关闭,尝试寻找 CacheUtil 是否有提供该线程池实例的 shutdown 方法发现并没有提供,希望能统一提供关闭相关资源的方法,不要影响优雅停机

### What happened? There are 1 security vulnerabilities found in org.springframework:spring-web 5.0.16.RELEASE - [CVE-2020-5398](https://www.oscs1024.com/hd/CVE-2020-5398) ### What did I do? Upgrade org.springframework:spring-web from 5.0.16.RELEASE to 5.2.15.RELEASE for vulnerability fix ### What...

使用版本: com.anji-plus spring-boot-starter-captcha 1.3.0 在AbstractCaptchaService类中的如下方法: protected void afterValidateFail(CaptchaVO data) { if (limitHandler != null) { // 验证失败 分钟内计数 String fails = String.format(FrequencyLimitHandler.LIMIT_KEY, "FAIL", data.getClientUid()); CaptchaCacheService cs = getCacheService(cacheType); if (!cs.exists(fails))...

项目还在维护吗?有适配spring boot 3的打算吗

SpringBoot 提供的 starter 以 spring-boot-starter-xxx 的形式命名。 为了与 SpringBoot 生态提供的 starter 进行区分,官方建议第三方开发者或技术(例如 Druid、Mybatis 等等)厂商自定义的 starter 使用 xxx-spring-boot-starter 的形式命名,例如 mybatis-spring-boot-starter、druid-spring-boot-starter 等等。