invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.42k stars 223 forks source link

send user info directly to your server after successful authentication #267

Closed MarufSharifi closed 2 years ago

MarufSharifi commented 2 years ago

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 ?

mikehardy commented 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)