-
Notifications
You must be signed in to change notification settings - Fork 53
[PM-8828] Fido2 autofill without user interaction #744
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
[PM-8828] Fido2 autofill without user interaction #744
Conversation
…lock the vault in the current session.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #744 +/- ##
==========================================
- Coverage 88.21% 88.18% -0.03%
==========================================
Files 573 575 +2
Lines 28571 28734 +163
==========================================
+ Hits 25203 25339 +136
- Misses 3368 3395 +27 ☔ View full report in Codecov by Sentry. |
No New Or Fixed Issues Found |
…InCurrentSession to hasBeenUnlockedInteractively
…' into mobiletf/pm-8828/fido2-autofill-without-user-interaction
BitwardenShared/Core/Autofill/Utilities/Fido2DebugginReportBuilder.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/UI/Platform/Application/AppProcessorTests.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/Core/Vault/Services/Fido2CredentialStoreServiceTests.swift
Show resolved
Hide resolved
BitwardenShared/Core/Autofill/Utilities/Fido2DebugginReportBuilder.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/Core/Autofill/Models/Fido2CredentialAutofillViewExtensionsTests.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/Core/Autofill/Services/AutofillCredentialService.swift
Outdated
Show resolved
Hide resolved
BitwardenShared/Core/Autofill/Services/AutofillCredentialServiceTests.swift
Show resolved
Hide resolved
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.
Looks good!
🎟️ Tracking
PM-8828
📔 Objective
Perform autofill without user interaction. For this we need the next conditions to happen:
Notes:
Fido2DebugginReportBuilder:
I added this to have a common place where I can add objects of the Fido2 flow to ease the debugging when an error or something unexpected occurs. I haven't added unit tests for this given that I only use it on Debug and I'll remove it as soon as I have all flows working. Same to the places where this is called.📸 Screenshots
Fido2.Autofill.without.User.interaction.mov
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes