-
Notifications
You must be signed in to change notification settings - Fork 49
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
Passkey iOS example #767
Passkey iOS example #767
Conversation
No New Or Fixed Issues Found |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #767 +/- ##
==========================================
- Coverage 61.74% 58.75% -3.00%
==========================================
Files 173 177 +4
Lines 10934 11501 +567
==========================================
+ Hits 6751 6757 +6
- Misses 4183 4744 +561 ☔ View full report in Codecov by Sentry. |
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.
LGTM, how did you format this code? I couldn't get Xcode to do it for me when I wrote it 😭
Format, |
# Conflicts: # crates/bitwarden-uniffi/src/error.rs # crates/bitwarden-uniffi/src/platform/fido2.rs # crates/bitwarden/src/platform/client_platform.rs
Type of change
Objective
Quick. example of how to use the Passkey APIs on iOS. Android should be mostly the same.
Before you submit