When user logouts and press on login Auth0 user is logged in automatically without any verification,please help me ,I have tried this on logout button :
const logoutUrl = https://${process.env.REACT_APP_AUTH0_DOMAIN}/v2/logout?returnTo=${encodeURIComponent( window.location.origin )}&client_id=${process.env.REACT_APP_AUTH0_CLIENT_ID};
I am facing Problem that when user is logged out first by using logout() function from Auth0 then when user comes to login ,he is automatically logged in without any verification,I have surfed multiple community articles but not got solution