受AJ-Captcha启发,用golang实现的滑动验证码。
$ go mod tidy
$ go run example/puzzle_captcha/main.go
运行前端
$ git clone git@github.com:widaT/gocatcha-ui.git
$ cd gocatcha-ui
$ npm i
$ npm run dev
本程序算法受AJ-Captcha启发,本程序的前端UI则来着AJ-Captcha的vue代码,感谢AJ-Captcha
的开源。
受AJ-Captcha启发,用golang实现的滑动验证码。
$ go mod tidy
$ go run example/puzzle_captcha/main.go
运行前端
$ git clone git@github.com:widaT/gocatcha-ui.git
$ cd gocatcha-ui
$ npm i
$ npm run dev
本程序算法受AJ-Captcha启发,本程序的前端UI则来着AJ-Captcha的vue代码,感谢AJ-Captcha
的开源。