You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple introduced a real_user_status which is not returned by apple-sign-in-rest. You can find more about it here.
Here's a gist of it:
real_user_status:
An Integer value that indicates whether the user appears to be a real person. Use the value of this claim to mitigate fraud. The possible values are: 0 (or Unsupported), 1 (or Unknown), 2 (or LikelyReal). For more information, see [ASUserDetectionStatus](https://developer.apple.com/documentation/authenticationservices/asuserdetectionstatus). This claim is present only on iOS 14 and later, macOS 11 and later, watchOS 7 and later, tvOS 14 and later; the claim isn’t present or supported for web-based apps.
Will push a PR regarding this.
The text was updated successfully, but these errors were encountered:
prateekj117
changed the title
Library does not return real_user_status
Support for real_user_status
Mar 21, 2022
Apple introduced a
real_user_status
which is not returned by apple-sign-in-rest. You can find more about it here.Here's a gist of it:
Will push a PR regarding this.
The text was updated successfully, but these errors were encountered: