happybeing / happybeing/dweb

creating/interacting with random scratchpad/graphentry/pointer by passing the private key as hex encoded string as header param

Open
#3 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
14
Forks
1
PR merge metrics
No merged PRs in 30d

Description

the idea is that creating/interacting with random scratchpad/graphentry/pointer by passing the private key as hex encoded string as header param would enable a lot of additional use cases where shared access to those data types would be useful.

currently dweb derives from a global secret with app-id and object-id which is great for recovery without the need to store a list of private keys somewhere but prevents people from
- just creating a scratchpad to share with someone else to modify it
- tell someone "I expect your answer on that graphEntry key/address" and that other party being able to asynchronously answer at some later point in time (autonomi mail system; you create a receiving branch for every contact you invite to write you)

this is not super urgent - I would love to see deterministic ports and https sooner.
but e.g. for a public billboard app where anybody can just modify/update the content I would love to have this feature ... just hard-coding some private-keys into the app (or maybe a derivation rule if the scratchpad is at its max_count to prevent people from breaking it)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.