svelte-recaptcha-v2 icon indicating copy to clipboard operation
svelte-recaptcha-v2 copied to clipboard

Google reCAPTCHA v2 implementation for Svelte SPA, SSR and sveltekit static sites.

Results 14 svelte-recaptcha-v2 issues
Sort by recently updated
recently updated
newest added

what is the userTracker ? it is undefined for me. Also do i need a v2 key ? where would i use the secret key ? does it work with...

https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition

PNPM does not download types, resulting in error: ``` 1. Could not find a declaration file for module 'svelte-recaptcha-v2'. '/path/to/project/node_modules/.pnpm/[email protected]/node_modules/svelte-recaptcha-v2/dist/index.js' implicitly has an 'any' type. ``` ![image](https://github.com/basaran/svelte-recaptcha-v2/assets/35146988/9ed33e38-cb73-454b-b297-839ea1cefa0e)

Every time the captcha is successful, it reloads itself. https://github.com/basaran/svelte-recaptcha-v2/assets/1613570/6dc2bb95-9c89-43e9-8bc9-2bd0653f75ec Same thing happens on the demo https://basaran.github.io/svelte-recaptcha-v2/demo/ Edit: Why is it resetting on success?! https://github.com/basaran/svelte-recaptcha-v2/blob/261c1a7e53d3c705e456aa781c07ecdfe2a62d37/src/Recaptcha.svelte#LL90C9-L90C61

Needed this for a client build.

If component wrapped into {if} block, then on:ready event never fired. Repl: https://svelte.dev/repl/95841074fe1648cf883b2cd5cffde2f1?version=4.2.2 The key in a repl could be wrong, but the problem exists in a wild life also....

![image](https://user-images.githubusercontent.com/38796424/195536100-a33283da-c95d-4f07-a088-9ea6bb2d0c38.png)

Would you mind moving svelte-recaptcha-v2 to NPM instead of PNPM? Most people use NPM and I had lots of trouble with PNPM (https://github.com/pnpm/pnpm/issues/724#issuecomment-1464947089), that's why I'm unable to use svelte-recaptcha-v2,...

First of all thank you making it easier to integrate ReCAPTCHA! :) I'm using the latest version of sveltekit (SvelteKit v1.0.0-next.203) and just followed your instructions in the README one-by-one....

When verifying the token given through this package i get 0.00 ranking, anyone have a solution? Thank you