git clone https://github.com/wenlng/go-captcha-example.git
cd go-captcha-example
go mod download
go run main.go
Visit website: http://127.0.0.1:9001/go_captcha_demo
Go Captcha is a behavioral captcha, which implements the generation of random verification text and the verification of click position information.
- Github:https://github.com/wenlng/go-captcha
- Go Example Code:https://github.com/wenlng/go-captcha-example
- Example Code of Vue:https://github.com/wenlng/go-captcha-vue
- Example Code of React:https://github.com/wenlng/go-captcha-react
- Online Demo:http://47.104.180.148:8081/go_captcha_demo
MIT