Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.29 KB

Using this Example

And run:

go get github.com/xinguang/go-recaptcha
cd $GOPATH/src/github.com/xinguang/go-recaptcha/example
ReCAPTCHA_SECRET="reCaptcha Secret Key" go run main.go

You can access the page from http://localhost:8002/ in your browser.

For more information on client side setup and other configuration options, check the official documentation.

* make sure 'localhost' is added to the list of domains allowed for the site registered at reCaptcha.

reCAPTCHA v3

reCAPTCHA v2