Versions in this module Expand all Collapse all v1 v1.0.6 Nov 7, 2025 v1.0.5 Jan 7, 2025 Changes in this version + var Info embed.FS + type Captcha struct + Config *CaptchaConfig + func (c *Captcha) ConfigFields() []plugin.ConfigField + func (c *Captcha) ConfigReceiver(config []byte) error + func (c *Captcha) Create() (captcha, code string) + func (c *Captcha) GetConfig() (config string) + func (c *Captcha) Info() plugin.Info + func (c *Captcha) Verify(captcha, userInput string) (pass bool) + type CaptchaConfig struct + SecretKey string + SiteKey string + SiteVerifyEndpoint string + type GoogleCaptchaResponse struct + ErrorCodes []string + Success bool