mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-24 23:22:58 -05:00
[PR #6853] [MERGED] Add cxp-import-mobile and cxp-export-mobile: feature flags on mobile #32872
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6853
Author: @phoeagon
Created: 2/20/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @dani-garcia
Base:
main← Head:main📝 Commits (2)
b538619Add cxp-import-mobile and cxp-export-mobile: feature flags to turn on credential exchange protocol on mobile clients, notably iOS credential import/exporting with native Passwordsab37d50Merge branch 'main' into main📊 Changes
2 files changed (+4 additions, -0 deletions)
View changed files
📝
.env.template(+2 -0)📝
src/config.rs(+2 -0)📄 Description
add feature flags to turn on credential exchange protocol on mobile clients, notably iOS credential import/exporting with native Passwords
Bitwarden server side:
https://github.com/bitwarden/server/blob/a9616269573895640b2dad5baaa7b3a03498b2a5/src/Core/Constants.cs#L226
This should be a client feature, that allows the Bitwarden app to import/export with the iOS Passwords app and Chrome via iOS system level APIs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.