Reusing Captcha token on signin/signup

Basically, I mount the Turnstile captcha once and if the user needs to sign in again (due to e.g. incorrect password), the captcha verification fails (which makes sense since the captcha token already got used)

Is there a way to perhaps issue a “captcha session” token which lasts for an hour or so, allowing the user to not have to do the captcha again?
Was this page helpful?