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

Different identityToken for every login #31

Closed
cresjie opened this issue Nov 9, 2020 · 1 comment
Closed

Different identityToken for every login #31

cresjie opened this issue Nov 9, 2020 · 1 comment

Comments

@cresjie
Copy link

cresjie commented Nov 9, 2020

Each time you logout - then login using same apple account, it returns different identityToken, which is a very big issue because it resulted in multiple creation of accounts in the backend

@faugusztin
Copy link

The token is not the users's unique identifier. You are supposed to use the identityToken to communicate with Apple servers to get users email/identifiers.
https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens

@cresjie cresjie closed this as completed Nov 9, 2020
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

2 participants