You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User I want my saved rants to be in sync between devices
Hard mode 2.
As a User I want to continue edit/read drafts that I started writing on my phone.
This feature needs some discussion and thinking..
I'm Imagining that I will pair my phone and laptop by:
Laptop: goto settings-> PairDevice Button
When pressed dialog pops up showing a QR code and/or a link/email:
https://pure.xorcery.co/#/pair/{kernel.pk}
On phone open link (QR/Email/somehow self-share)
Get page: ... wait no ...
The basic idea was to
constlaptop=newKernel()constmobile=newKernel()// Save PK in list of trusted/friendly devices in level db.awaitmobile.pairDevice(laptop.pk)laptop.spawnWire().open(mobile.spawnWire())// And then rants & drafts are synced// -- BUT --
In real-world, we have no authenticated encryption to assert that your phone is really talking to your laptop and not some other device.
But I think hypercore-protocol solves it for us if we enable noise option and use the on-authenticate handlers.
The text was updated successfully, but these errors were encountered:
Normal mode 1.
Hard mode 2.
This feature needs some discussion and thinking..
I'm Imagining that I will pair my phone and laptop by:
The basic idea was to
In real-world, we have no authenticated encryption to assert that your phone is really talking to your laptop and not some other device.
But I think
hypercore-protocol
solves it for us if we enablenoise
option and use the on-authenticate handlers.The text was updated successfully, but these errors were encountered: