[PR #6853] [MERGED] Add cxp-import-mobile and cxp-export-mobile: feature flags on mobile #36939

Closed
opened 2026-07-13 21:29:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (2)

  • b538619 Add 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 Passwords
  • ab37d50 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6853 **Author:** [@phoeagon](https://github.com/phoeagon) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`b538619`](https://github.com/dani-garcia/vaultwarden/commit/b538619a6eb3c1b04b7deed820f22dcdc9584008) Add 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 Passwords - [`ab37d50`](https://github.com/dani-garcia/vaultwarden/commit/ab37d50964bbd40dbc55e9815fdcb0ef2358c3c6) Merge branch 'main' into main ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+2 -0) 📝 `src/config.rs` (+2 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 21:29:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#36939