/go-hcaptcha

A package for handling HCaptcha (http://www.hcaptcha.com/) form submissions in Go (http://golang.org/).

Primary LanguageGoMIT LicenseMIT

go-hcaptcha

https://godoc.org/github.com/kirari04/go-hcaptcha

About

This package handles hCaptcha.

Usage

Install the package in your environment:

go get github.com/kirari04/go-hcaptcha

To use it within your own code, import github.com/kirari04/go-hcaptcha and call:

recaptcha.Init (recaptchaPrivateKey)

once, to set the hCaptcha private key for your domain, then:

recaptcha.Confirm (clientIpAddress, recaptchaResponse)