ouisync
ouisync copied to clipboard
Make sure one replica's writer_id can't be used by another replica
trafficstars
One way to do this is to sign snapshots with the secret key corresponding to the writer_id (in addition to signing them with the write key which we already do). Or preferably, try to find a less computationally expensive but equally secure way.