Closed MarufSharifi closed 2 years ago
You don't, I think. This is a native module and the callback is directly into your native app, so your native app regains control and has to do whatever it is you need it to do (like, posting to a server or similar)
How can I send user Info directly to my server after successful registration, without getting it and sending it by myself. I mean apple send user info to a specific URL instead of giving me in response of sign in.
is that possible @mikehardy ?