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

Is it required to Logout or just simple clear the app's store when logging off #79

Closed
aravi365 opened this issue May 11, 2020 · 3 comments

Comments

@aravi365
Copy link

I tried implementing the Apple signin without logout, and works without any issues on the simulator. Haven't tried it on a real device yet. Just curious to know will it be an issue when a release build is taken.

@mifi
Copy link
Contributor

mifi commented May 13, 2020

I tried to implement the logout function, but if the user is not already logged in with Apple, then calling await appleAuth.performRequest({ requestedOperation: AppleAuthRequestOperation.LOGOUT }) will cause a login prompt instead...

@mifi
Copy link
Contributor

mifi commented May 13, 2020

Ohh I found this: #10 (comment)

So yea, logout seems to be not necessary, and is not even used by Apple in their example app.

@mikehardy
Copy link
Collaborator

@mifi exactly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants