[Swift] Sign In With Apple, anon users, & linkIdentity
Hi team! Lets say I create an iOS app where the default user is signed in anonymously on launch via:
At some point later, the user wants to make an account. How do I present them a SignInWithApple auth in SwiftUI? The try await client.auth.linkIdentity(provider: .apple) doesn't seem to take an Auth token for the payload / seems to try to direct to a URL so I'm not sure how I'd make use of it.
Could someone assist? Thank you so much
At some point later, the user wants to make an account. How do I present them a SignInWithApple auth in SwiftUI? The try await client.auth.linkIdentity(provider: .apple) doesn't seem to take an Auth token for the payload / seems to try to direct to a URL so I'm not sure how I'd make use of it.
Could someone assist? Thank you so much