Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for real_user_status #7

Open
prateekj117 opened this issue Mar 21, 2022 · 0 comments · May be fixed by #8
Open

Support for real_user_status #7

prateekj117 opened this issue Mar 21, 2022 · 0 comments · May be fixed by #8

Comments

@prateekj117
Copy link

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.

@prateekj117 prateekj117 changed the title Library does not return real_user_status Support for real_user_status Mar 21, 2022
@prateekj117 prateekj117 linked a pull request Mar 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant