Skip to content

Instantly share code, notes, and snippets.

@skynet86
Created April 12, 2020 05:40
Show Gist options
  • Save skynet86/ed10efff24b86c136360379dc4b5d25c to your computer and use it in GitHub Desktop.
Save skynet86/ed10efff24b86c136360379dc4b5d25c to your computer and use it in GitHub Desktop.
frontend-integration
<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) {
// Send the token immediately to your backend
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment