Add cxp-import-mobile and cxp-export-mobile: feature flags on mobile#6853
Merged
dani-garcia merged 2 commits intodani-garcia:mainfrom Mar 9, 2026
Merged
Add cxp-import-mobile and cxp-export-mobile: feature flags on mobile#6853dani-garcia merged 2 commits intodani-garcia:mainfrom
dani-garcia merged 2 commits intodani-garcia:mainfrom
Conversation
… credential exchange protocol on mobile clients, notably iOS credential import/exporting with native Passwords
|
I was running stock Bitwarden client and connecting it to my self hosted vaultwarden. I didn’t set the feature flag as I couldn’t see a way to do it on IOS in the end I exported my vaultwarden json imported it into Bitwarden and that allowed me to move my passkeys hope this helps |
Contributor
Author
|
@billyprice1 I can confirm that this will work on iOS. You can either review my changes and compile them to run, or use your reverse proxy to rewrite api/config to include the flags. |
dani-garcia
approved these changes
Mar 9, 2026
|
@phoeagon Many thanks, it really helped. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.