In our apps, when we try to login right after logging out, Auth0 reminds ID, Password, or Google Account to login and never ask them.
We would like to disable this auto login setting and ask to input ID, Password, or select Google Account every time we try to login.
I wonder this setting could be managed by changing the inactivity timeout near to 0 sec, however the inactivity timeout can’t be set less than 1 min in dashboard.
How can we realize this setting?
thanks.