How to forcibly expire a Turnstile Token to expire?

We are working on refreshing a widget every 60 seconds in case if the user doesn’t click the checkbox. Whenever the user doesn’t touch the click the checkbox expecting the widget to expire the existing token @60 seconds and create a new token. Which will intern expire in the next 60 seconds, in case if the user doesn’t click the check box.

Hi @sajid.syed

To change the expiration interval of a Turnstile token, you would need to modify the token’s properties in your code. Unfortunately, as of now, Cloudflare doesn’t allow to change the default expiration time of the turnstile token from 360 seconds to 60 seconds.

Thanks Louise for confirming the same.