Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 29, 2018 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/c362a2a79b17752ef2a8c9e2d386553d to your computer and use it in GitHub Desktop.
Save YumaInaura/c362a2a79b17752ef2a8c9e2d386553d to your computer and use it in GitHub Desktop.
「私はロボットではありません」失敗!皆大嫌いなあいつは「ReCAPCHA」というらしい。@yumainara @Qiita #認証 #google ref: https://qiita.com/YumaInaura/items/1b872aad59264a539283
<script src="https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key"></script>
<script>
grecaptcha.ready(function() {
grecaptcha.execute('reCAPTCHA_site_key', {action: 'homepage'}).then(function(token) {
...
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment