Hey there, I am building an iOS/Android app using React Native and currently just targeting iOS to get Auth0 working.
I’ve followed the React Native tutorial from Auth0 and succeeded in showing the universal login screen in a safari web view.
I logged in successfully. On subsequent attempts to display the universal login page, the web view pops up briefly (the title bar indicates my auth0 domain, which then is replaced by text “Website name”), and then the web view disappears again (no content displayed).
I wondered if this is due to the fact that I am already authenticated. I tried changing the jwt expiration on my profile (but perhaps I already have a long-lasting token). However, I logged in over ten hours ago and the login screen still does not appear (as though I’m logged in already). I have run a project clean in Xcode. I have erased the simulator’s content and settings. Still not getting things to reset.
I just wish I understood what is going on and the documentation won’t help me. In all of my experimenting with auth0 I have changed bundle identifiers and restarted my computer, and every once in a while I get back to a fresh, unauthenticated (and non-erroring) state, and the login screen displays. But I haven’t been able to isolate the variables and I’d like to know if anyone knows what this behavior indicates?