Versions in this module Expand all Collapse all v0 v0.1.0 Aug 6, 2024 Changes in this version + var SecretKey = os.Getenv("hcaptchaSecret") + var VerifyURL = "https://hcaptcha.com/siteverify" + func VerifyHCaptcha(token string) (bool, error)