Skip to content

Conversation

@iinuwa
Copy link

@iinuwa iinuwa commented Dec 10, 2025

๐ŸŽŸ๏ธ Tracking

PM-17241

Depends on bitwarden/sdk-internal#606.

๐Ÿ“” Objective

This addresses the breaking changes introduced by syncing our fork of passkey-rs with upstream.

โฐ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

๐Ÿฆฎ 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

@github-actions
Copy link
Contributor

Logo
Checkmarx One โ€“ Scan Summary & Details โ€“ 0e03b95e-aec4-48bb-bd34-c0ae2d86b8a4

Great job! No new security vulnerabilities introduced in this pull request

iinuwa added a commit to bitwarden/sdk-internal that referenced this pull request Dec 11, 2025
## ๐ŸŽŸ๏ธ Tracking

[PM-17241](https://bitwarden.atlassian.net/browse/PM-17241)

## ๐Ÿ“” Objective

This updates the SDK to point to a new version of our passkey-rs fork
that has been synced with upstream. (The remaining differences between
upstream and our fork are documented in the README of our fork.)

If approved, we should update `passkey-rs`'s `main` branch to point to
the version referenced in this PR
(bitwarden/passkey-rs@2e5c0ba).

## ๐Ÿšจ Breaking Changes

- `is_user_verification_enabled()` is no longer asynchronous. Clients
should implement any dynamic checks for UV availability in the
`check_user()` implementation.
- `user_handle has been added to the `find_credential()` method as an
optional parameter. If the incoming request contains the user handle,
then clients should pass it on. Otherwise, pass a `null` value, and the
previous behavior.

iOS PR: bitwarden/ios#2190

[PM-17241]:
https://bitwarden.atlassian.net/browse/PM-17241?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
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 this pull request may close these issues.

2 participants