Replies: 1 comment 3 replies
-
@marcotta I would agree that we should support I would suggest to use We could always add an extension on the credentials state like Apple's doc state
What does it mean though to "migrate the user"? I would have to read up on that, but if you already made any investigations, please feel free to share those already. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When transferring an application to another Apple Developer Team, it is required to also transfer all users who logged int via Apple Signin.
When this process is initiated, the credentialState will return a state CredentialState.transferred
In this scenario, apple documentation says "you can consider the current session approved."
Looking at existing code I would like to amend:
and deal with the case .transferred like:
Do you see any drawbacks in amending the current implementation to also support the
transferred
state?Beta Was this translation helpful? Give feedback.
All reactions