Replies: 2 comments 1 reply
-
What exactly are you currently limited by? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dargmuesli I don't understand how to configure it at nux.config.js |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📚 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: 'my-key',
},
🔍 Where should you find it?
No response
ℹ️ Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions