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?