[PM-30483] Remove feature flagged logic around passkey unlock#7318
Conversation
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7318 +/- ##
=======================================
Coverage 59.10% 59.10%
=======================================
Files 2078 2078
Lines 91699 91697 -2
Branches 8151 8150 -1
=======================================
- Hits 54195 54194 -1
Misses 35572 35572
+ Partials 1932 1931 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| var organizationIdsClaimingActiveUser = organizationClaimingActiveUser.Select(o => o.Id); | ||
|
|
||
| var organizationAbilities = await GetOrganizationAbilitiesAsync(ciphers); | ||
| var webAuthnCredentials = _featureService.IsEnabled(FeatureFlagKeys.PM2035PasskeyUnlock) |
There was a problem hiding this comment.
❓ do we also need to remove PM2035PasskeyUnlock from the constants.cs
There was a problem hiding this comment.
I believe we need to leave the flag in constants.cs. The server still needs to report the feature flag for 3 releases after we remove it from clients to maintain backwards compatibility; the flagged logic is part of the extension client. There is a separate ticket, PM-30484, for removing the flag completely.
|




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-30483
📔 Objective
Now that passkey unlock has been released, this change, paired with clients PR#19798 removes the logic related to the passkey unlock feature flag
pm-2035-passkey-unlock. The feature flag itself will be removed in a future ticket: https://bitwarden.atlassian.net/browse/PM-30484📸 Screenshots