Skip to content

Instantly share code, notes, and snippets.

@suhaotian
suhaotian / CaptchaWidget.tsx
Last active December 31, 2024 02:26
Cloudflare turnstile for next.js
'use client';
import Script from 'next/script';
import { useEffect, useRef, useState } from 'react';
const scriptLink = 'https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit';
type TurnstileRenderParameters = Turnstile.RenderParameters;
export default function Captcha(