Skip to content

kubastick/BeleineReCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BeleineReCaptcha

ReCaptcha component for BeleineFramework
Usage:

//Create new ReCaptcha struct
recaptcha := NewReCaptcha("privateKey", "HTML_Key")

//Attach ReCaptcha to page
page.Attach(&recaptcha)

//Verify response key
response, _ := recaptcha.VerifyKey("responseKey")

//Verify response
if response {
    //Succes
}

About

ReCaptcha component for BeleineFramework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages