Ready to post? :magnifying_glass_tilte Subject: Unexpected TFA Page on App Reopen – Need to Redirect to Login Page
Description:
Hello Auth0 Support Team,
I’m currently integrating Auth0 login flows into our mobile app (React Native), and we’re facing an issue with the behaviour after the user partially completes authentication.
We are using Auth0 Universal Login for both login and signup flows.d_right: First try searching for your answer.
- eopened, the user should be shown the Login page, not the TFA screen, unless a valid authenticated session is still active.
- The Sign Up flow should not be affected by any previous TFA state and should correctly display the registration form.
Current Behaviour:
- The TFA page is persistently displayed on app reopen or when selecting “Sign Up,” even though no valid session is resumed.
- It seems like some state is cached or retained incorrectly, possibly due to an incomplete authentication flow.
Steps to Reproduce:
- Open the app and login with valid credentials.
- On the TFA screen, close the app without completing verification.
- Reopen the app — it directly navigates to TFA screen.
- Tap on Sign Up — it still shows the TFA screen instead of the registration form.
Please let us know if there are any session management practices, cleanup steps, or recommended SDK changes we should implement.
Thanks,