You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observe an unexpected behavior upon authenticating through Google sign-in. Upon completing the sign-in process successfully, the system presents the user with an "Open With" modal featuring our app twice. How do we eliminate the redundancy and display only a single instance? Thank you!
React Native version 0.63.5
react-native-auth0: 2.11.0-2.15.0
happens on Android 14
Reproduction
In order to reproduce the issue, here are the steps to follow:
Begin navigating inside the application, triggering the need to authenticate the user.
Attempt to authenticate using the webAuth.authorize(...) method along with valid credentials.
At this point, the user will be redirected to Chrome for initiating the authentication process.
Following a successful authentication attempt, the user encounters an "Open With" dialog box listing the application twice.
A screenshot has been included in the GitHub repository showcasing this problem: <https://github.com/auth0/react-native-auth0/assets/67417080/d2b2f421-9167-428c-a688-c89cad691c55>
The main concern lies in preventing the appearance of the duplicated "Open With" modal, restricting it to just a single occurrence. Thanks for considering this issue!
Additional context
No response
react-native-auth0 version
2.11.0
React Native version
0.63.5
Expo version
No response
Platform
Android
Platform version(s)
14
The text was updated successfully, but these errors were encountered:
Checklist
Description
We observe an unexpected behavior upon authenticating through Google sign-in. Upon completing the sign-in process successfully, the system presents the user with an "Open With" modal featuring our app twice. How do we eliminate the redundancy and display only a single instance? Thank you!
React Native version 0.63.5
react-native-auth0: 2.11.0-2.15.0
happens on Android 14
Reproduction
In order to reproduce the issue, here are the steps to follow:
Begin navigating inside the application, triggering the need to authenticate the user.
Attempt to authenticate using the webAuth.authorize(...) method along with valid credentials.
At this point, the user will be redirected to Chrome for initiating the authentication process.
Following a successful authentication attempt, the user encounters an "Open With" dialog box listing the application twice.
A screenshot has been included in the GitHub repository showcasing this problem: <https://github.com/auth0/react-native-auth0/assets/67417080/d2b2f421-9167-428c-a688-c89cad691c55>
The main concern lies in preventing the appearance of the duplicated "Open With" modal, restricting it to just a single occurrence. Thanks for considering this issue!
Additional context
No response
react-native-auth0 version
2.11.0
React Native version
0.63.5
Expo version
No response
Platform
Android
Platform version(s)
14
The text was updated successfully, but these errors were encountered: