solar icon indicating copy to clipboard operation
solar copied to clipboard

Sync multiple/all accounts to another device

Open andywer opened this issue 7 years ago • 1 comments

Will be tricky to find a simple, yet secure solution.

Acceptance criteria

  • All communication must be end-to-end encrypted
  • Authenticate pairing via a code, QR code or similar (like bluetooth pairing)
  • Simple to use
  • Show note that this is a one-time sync, not a continuous long-term device sync

Open questions

  • How to merge with existing accounts?

andywer avatar Apr 16 '19 17:04 andywer

See https://www.npmjs.com/package/simple-peer for a simple p2p communication solution using WebRTC.

andywer avatar Apr 16 '19 17:04 andywer