react-native-inappbrowser
react-native-inappbrowser copied to clipboard
Multiple account selection (google) not possible
Which platform(s) does your issue occur on?
- both
Please, provide the following version numbers that your issue occurs with:
"react-native": "0.69.8",
Please, tell us how to recreate the issue in as much detail as possible.
-> openAuth browser -> already being connected to a google account previously -> not possible to switch account
When trying to open an url for openAuth with a google provider. If I'm launching the in-app browser and I was already connected before with a previous account on google (but not allowed for connection) I will have an error, and I can't switch account. There is no feature for that.
I need to add ephemeralWebSession: true,
in order to login with needed account. But it's not super user friendly to refill again login infos for the user.
Any ideas ? Thanks for the help
got the same issue.
Any solution regarding multiple account selection for google?
What Identity Provider do you use? I guess it is Cognito. https://github.com/aws-amplify/amplify-js/issues/4044