I am using react-native-auth0 module to support auth0 on android and iOS platforms.
Auth0 SDK being used has issues with browser session cleaning on android platform. Thus, I have been using “prompt: ‘login’” to force login everytime user request for login to system.
From past few days it stopped working without any changes being done in Auth0 dashboard.
Cleaning the cookies/cache of browser successfully launches the login page.
Issue is being faced on android and iOS platform as user can’t log-in if cookie exists in browser.
Please assist.