solar
solar copied to clipboard
Sync multiple/all accounts to another device
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?
See https://www.npmjs.com/package/simple-peer for a simple p2p communication solution using WebRTC.