https://github.com/max-programming/recaptcha-v3-actions
https://github.com/max-programming/recaptcha-v3-actions
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-programming/recaptcha-v3-actions
- Owner: max-programming
- Created: 2024-08-07T17:09:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T18:13:01.000Z (10 months ago)
- Last Synced: 2024-10-29T22:38:56.484Z (8 months ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Google Recaptcha V3
[](https://www.youtube.com/watch?v=w-EbCTxI47o)
This is the code for the tutorial of [**How to use Google Recaptcha V3 in Next.js 14 using server actions?**](https://youtu.be/w-EbCTxI47o).
This branch contains the starter code.
For the final code, checkout the [`final`](https://github.com/max-programming/recaptcha-v3-actions/tree/final) branch.
## How to use
1. Clone this repository
2. Install the dependencies by running `npm install`
3. Create a `.env` file and add your Google Recaptcha V3 site key and secret key
4. Run the development server by running `npm run dev`