Auth0 Action triggering more than once?

Hi robin

You should be able to do this to detect silent auth.

if (event.request.query.prompt === ‘none’) {
}

Thanks
Jeff

1 Like