Skip to content

supertaihei02/go-login-recaptchav3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Login reCAPTCHAv3

Simple login form for testing reCAPTCHA v3.

Init

Get reCAPTCHA

Get [Site Key] and [Site Secret] on https://www.google.com/recaptcha/

Set reCAPTCHA Type v3
Set development domains localhost

Rewrite docker-compose.yml environment paramaters

RECAPCHA_SITE_KEY=[Site Key]
RECAPCHA_SITE_SECRET=[Site Secret]

Up

docker-compose up or docker-compose up app

Check

Check http://localhost:8080/
If you are right looking reCAPTCHA seal on page right-bottom area.
And http://0.0.0.0:8080/ has error.
For resolve this error, add this domain 0.0.0.0 to admin console

About

Simple login form for testing reCAPTCHA v3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published