flutter_apple_sign_in icon indicating copy to clipboard operation
flutter_apple_sign_in copied to clipboard

[Question] Logout and Refresh

Open Stewioie opened this issue 3 years ago • 1 comments

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

Stewioie avatar Sep 04 '20 07:09 Stewioie

I'm getting the same thing.

await AppleSignIn.performRequests(<AppleIdRequest>[
  AppleIdRequest(requestedOperation: OpenIdOperation.operationLogout),
]);

This opens a popup:

Screen Shot 2020-09-11 at 4 03 58 PM

And I have to sign in

Screen Shot 2020-09-11 at 4 04 32 PM

Once I sign in, it logs me out.

stevenspiel avatar Sep 11 '20 20:09 stevenspiel