This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Device migration - Exporting/Importing identities #57
Open
Description
I've created an app using OrbitDB and I'd like to give my users the ability to migrate an identity they started on one device to another. After reading the brief explanation in the README, I'm still not sure about what that process would be. Any help would be appreciated.
I was hoping to do something like this:
- Primary device opens a migration page that starts a unique pubsub channel.
- Primary device generates a QR code/link that secondary device can use to join the pubsub channel
- Secondary device joins and appears in a list for Primary device to select
- Primary device selects the secondary device and sends Identity for import via custom protocol
- Secondary device receives the identity offer and is given the option to import
So far all of that is pretty straight forward other than 4 and 5 that include exporting/importing OrbitDB identities.