Provider
Friendly Captcha
Privacy-friendly CAPTCHA alternative with GDPR compliance
About Friendly Captcha
Friendly Captcha offers a privacy-friendly and accessible solution to protect websites from bots, eliminating the need for user interaction by performing background cryptographic tasks.
For more information, visit the official Friendly Captcha documentation.
Showcase
Usage
import { FriendlyCaptcha } from "@better-captcha/react/provider/friendly-captcha";
<FriendlyCaptcha sitekey="" options={{}} />
import { component$ } from "@builder.io/qwik";
import { FriendlyCaptcha } from "@better-captcha/qwik/provider/friendly-captcha";
export default component$(() => (
<FriendlyCaptcha sitekey="FCMTL-000000000000000000000" options={{}} />
));
import { FriendlyCaptcha } from "@better-captcha/solidjs/provider/friendly-captcha";
<FriendlyCaptcha sitekey="" options={{}} />
<template>
<FriendlyCaptcha
sitekey="FCMTL-000000000000000000000"
:options="{ puzzleTimeout: 300 }"
/>
</template>
<script setup lang="ts">
import { FriendlyCaptcha } from "@better-captcha/vue/provider/friendly-captcha";
</script>
<script lang="ts">
import FriendlyCaptcha from "@better-captcha/svelte/provider/friendly-captcha";
</script>
<FriendlyCaptcha sitekey="FCMTL-000000000000000000000" options={{}} />
Provider Options
Prop
Type
Imperative Handle Functions
Prop
Type