mlandauer / thats-camping-elm

Find campsites near you
https://thatscamping.org
GNU General Public License v3.0
5 stars 1 forks source link

Allow users to undo their own edits #77

Open mlandauer opened 7 years ago

mlandauer commented 7 years ago

One way we could do this and enforce it in couchdb is for every user to generate their own private/public key pair, publish their public key and sign their changes with their private key. Their public key would also act as their identifier without actually needing to give away their identity.