hyphacoop / openarchive-dweb-backend

A project to integrate decentralized tooling into OpenArchive's Save app
GNU General Public License v3.0
0 stars 0 forks source link

Standardize on URI scheme for linking to groups #22

Open writerly03 opened 2 months ago

writerly03 commented 2 months ago

Extend URI scheme for also adding data repo keypair for migrating devices

writerly03 commented 2 weeks ago

Mauve to provide instructions for this later in the week (ignore for now)

RangerMauve commented 2 days ago

So here's what we need to store in the URL:

I propose we do something along the line of magnet links like this:

save+dweb:?dht={dht}&enc={encryption}&pk={public key}&sk={secret key}

I think we should use hex encoding.

The front end of the app doesn't need to parse it, just needs to register the protocol handler and pass it to the backend

writerly03 commented 1 day ago

Mauve has the proposal for the URI scheme; Richard need to register the above in the app so that the app launches when the link is clicked.

Hypha will have their piece completed by EOD (Tuesday).