auth0.js icon indicating copy to clipboard operation
auth0.js copied to clipboard

Arkose: run() not reset() on repeat attempts to authenticate

Open skooch opened this issue 8 months ago • 4 comments

Changes

Calling reset() instead of run() on the Arkose provider object breaks callbacks which prevents repeat authentication attempts with the same Auth0.js object. It now calls run() instead of reset().

Side note: As a customer, I found the JSDocs and Auth0 Docs rather lacking while trying to debug this issue. Parameters aren't present, just <optional> which is extraordinarily frustrating. There is also no information about behaviour, scope, or parameters in regards to triggerCaptcha().

Checklist

skooch avatar Jun 17 '24 12:06 skooch