Open
Description
Description
When using google or apple signin when signout is called it shows a browser window for a split second.
How can we disable this so we can logout without showing the browser window at all , as it is bad UX for a transient screen to seemingly flicker like that and disappear.
Categories
- Analytics
- API (REST)
- API (GraphQL)
- Auth
- Authenticator
- DataStore
- Notifications (Push)
- Storage
Steps to Reproduce
call signout method on amplify flutter
Amplify.Auth.signOut(
options: const SignOutOptions(globalSignOut: false));
Screenshots
No response
Platforms
- iOS
- Android
- Web
- macOS
- Windows
- Linux
Flutter Version
3.24.0
Amplify Flutter Version
2.4.0
Deployment Method
Amplify Gen 2
Schema
No response