-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(rtn-passkeys): add ios support - 3a #14392
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
base: feat/rtn-passkeys/2-modify-existing-impl
Are you sure you want to change the base?
feat(rtn-passkeys): add ios support - 3a #14392
Conversation
abd18da
to
8065ea4
Compare
c993348
to
8669899
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The general flow looks good to me. I will defer the review for ObjC & Swift code details to other reviewers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switch authorization.credential { | ||
case let assertionCredential |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: indentation?
errorName: errorName, errorMessage: errorMessage, error: error) | ||
} | ||
|
||
func presentationAnchor(for controller: ASAuthorizationController) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: what's this function for?
8669899
to
b55f3a1
Compare
Description of changes
The purpose of this PR is to add iOS support for the React Native implementation of webauthn.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.