recaptcha

package
v1.21.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 9 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Verify

func Verify(ctx context.Context, response string) (bool, error)

Verify calls Google Recaptcha API to verify token

Types

type ErrorCode added in v1.13.0

type ErrorCode string

ErrorCode is a reCaptcha error

func (ErrorCode) Error added in v1.13.0

func (e ErrorCode) Error() string

Error fulfills the error interface

func (ErrorCode) String added in v1.13.0

func (e ErrorCode) String() string

String fulfills the Stringer interface

type Response

type Response struct {
	Success     bool        `json:"success"`
	ChallengeTS string      `json:"challenge_ts"`
	Hostname    string      `json:"hostname"`
	ErrorCodes  []ErrorCode `json:"error-codes"`
}

Response is the structure of JSON returned from API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL