Using https://developer.apple.com/documentation/signinwithapplejs this documentation I can verify token in Php server-side which is client gives me using "Embed Sign In with Apple JS"
In react native we use https://github.com/invertase/react-native-apple-authentication this package.
I want to verify token in Php server-side which is received from this "react-native-apple-authentication".
When I run same code for Sign with apple Js it gives me invalid_client error.
Any advice?
Thanks.
↧
I want to verify react native apple authentication in php server-side [closed]
↧