We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to prevent that in case of logout or refresh a pop up appear to sign in again?
Is it necessary?
I think in case of logout just logout without a login prompt as also in refresh token.
Am I doing sth worng?
Thanks
The text was updated successfully, but these errors were encountered:
I'm getting the same thing.
await AppleSignIn.performRequests(<AppleIdRequest>[ AppleIdRequest(requestedOperation: OpenIdOperation.operationLogout), ]);
This opens a popup:
And I have to sign in
Once I sign in, it logs me out.
Sorry, something went wrong.
No branches or pull requests
How to prevent that in case of logout or refresh a pop up appear to sign in again?
Is it necessary?
I think in case of logout just logout without a login prompt as also in refresh token.
Am I doing sth worng?
Thanks
The text was updated successfully, but these errors were encountered: