Sunday, 5 January 2020

How to verify realUserStatus value in Sign In With Apple

When signing in using Sign in with Apple for the first time, it returns a value realUserStatus as a part of ASAuthorizationAppleIDCredential in the iOS client. This value indicates whether Apple is confident that the user is real, or not (e.g. it's a script)

My question is how can I verify the value of realUserStatus in my backend authentication system? Because the realUserStatus is returned to iOS client, and the client should tell my server whether it is a bot or not! How can I know if it's not just a script and telling the server that it is real?



from How to verify realUserStatus value in Sign In With Apple

No comments:

Post a Comment