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

Open
opened 2026-03-07 21:18:25 -06: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: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 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

📊 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:
a961626957/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:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`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 ### 📊 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-03-07 21:18:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7490