Skip to content

Instantly share code, notes, and snippets.

View stevem26's full-sized avatar

Steve Munden stevem26

View GitHub Profile
@jiankaiwang
jiankaiwang / recaptcha-example-js.html
Last active December 16, 2024 03:26
the example to use recaptcha in javascript
<!--
Description: The following is the example code to use recaptcha.
Notice: The function backend_API_challenge is the concept and you should implement it on the backend.
Especially, you must keep your secret key in private all the time.
Flow:
1. Click the submit button.
2. On the console, execute backend_API_challenge function.
-->
<html>
<head>