Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help - How to disable transient browser popup when signout is done for google or apple signin #5648

Open
14 tasks
Rohan-raftlabs opened this issue Nov 5, 2024 · 1 comment
Labels
auth Issues related to the Auth Category question A question about the Amplify Flutter libraries

Comments

@Rohan-raftlabs
Copy link

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

@github-actions github-actions bot added pending-triage This issue is in the backlog of issues to triage pending-maintainer-response Pending response from a maintainer of this repository labels Nov 5, 2024
@tyllark
Copy link
Member

tyllark commented Nov 6, 2024

Hello @Rohan-raftlabs thanks for opening up this issue. I will setup a sample project to reproduce the issue and will provide an update when I have a work around.

@github-actions github-actions bot removed the pending-maintainer-response Pending response from a maintainer of this repository label Nov 6, 2024
@tyllark tyllark added question A question about the Amplify Flutter libraries auth Issues related to the Auth Category labels Nov 7, 2024
@github-actions github-actions bot removed the pending-triage This issue is in the backlog of issues to triage label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Issues related to the Auth Category question A question about the Amplify Flutter libraries
Projects
None yet
Development

No branches or pull requests

2 participants