https://github.com/hirokisan/recaptcha-google-sample
https://github.com/hirokisan/recaptcha-google-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/recaptcha-google-sample
- Owner: hirokisan
- Created: 2020-11-03T04:15:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T04:18:30.000Z (over 4 years ago)
- Last Synced: 2024-05-05T15:20:29.746Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recaptcha-google-sample
## 手順
- http://www.google.com/recaptcha/admin にアクセスしてAPIキーペアを取得する
- client/index.htmlにAPIキーを設定する
- `make serve`して http://localhost:8000/ にアクセスしてconsole.logで出力されるtokenを取得する
- api/main.goにAPIキーとtokenを設定する
- `make check`してreCAPTCHAの結果を確認する