nuxt-modules / turnstile

đŸ”Ĩ Cloudflare Turnstile integration for Nuxt
https://cloudflare.com/products/turnstile
MIT License
240 stars 18 forks source link

How do I use it together with Vue fire app check custom provdeR? #324

Closed artrayd closed 3 months ago

artrayd commented 3 months ago

📚 Is your documentation request related to a problem?

I want to use turnstile together with app check.

For app check I'm using it: https://vuefire.vuejs.org/guide/app-check.html

Here is my nuxt.config code: appCheck: { debug: process.env.NODE_ENV !== 'production', isTokenAutoRefreshEnabled: true, provider: turnstile, key: '6LfteGodAAAAAL6tKJbS6H0Y8UeLBLQPv-NyAR4F', },

🔍 Where should you find it?

No response

ℹī¸ Additional context

No response