nuxt-modules / turnstile

πŸ”₯ Cloudflare Turnstile integration for Nuxt

Home Page:https://cloudflare.com/products/turnstile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turnstile non-interactive / invisible rendering

DerSimeon opened this issue Β· comments

πŸ†’ Your use case

I would like to be able to use the invisible turnstile, which cloudflare offers.

πŸ†• The solution you'd like

As per their docs
here : https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/#appearance-modes
& and here: https://developers.cloudflare.com/turnstile/reference/widget-types/#invisible
and also as per the turnstile configuration on the cloudflare dashboard, it is possible to make the rendering non-interactive or invisible. As of right now nuxt-modules/turnstile is missing this option which forces me to have the big cloudflare widget on my page.

πŸ” Alternatives you've considered

No response

ℹ️ Additional info

No response

cc @PatrickMi, sounds familiar to our requirements

I have no problem setting the widget to invisible in the cloudflare dashboard. The widget responses instantly. @DerSimeon do you use the Turnstile Component as shown in the example or do you have a custom setting?

True, it does work for me by simply changing the option selected in the cloudflare dashboard. Closing this for now, but this issue can be reopened if necessary!