React Silent Authentication Failing

I have a problem with Silent Authentication in React, where if a user forgets to log out of their account on my website, the next time they try to log on to the website, there is a 30 second loading process of the Auth0 client. After looking at the logs, this is because the Silent Authentication is failing.

Is there anyway to turn off the Silent Authentication, so that even if the user forgets to log out, they will be automatically be directed to the login page without even attempting to do the Silent Authentication?

Hi @tejav,

As you can see from this doc, silent auth is triggered when prompt=none is passed. Try and use prompt=login instead.

Let me know if that works.
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.