-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable storage of records with other authors/recipients without clobbering authorship/recipient attribution #439
Comments
Writing down our thoughts from our chat this afternoon: What use case does this solve?It allows a given protocol context tree to be shared between multiple DWNs. ExampleIf Alice and Bob have a context tree of records with some But how will Carol's DWN accept such a message if Alice/Bob pass her the exact message that they have? Alice signed the message as author, but Carol's protocol definition doesn't necessarily say "allow anyone to write a root record". I suppose Carol could create a So we propose this flow:
How does Carol decide whether she wants to add a signature and pass it to her DWN? We leave that to the application level. |
* #439 - Return authorization in queries and reads
* main: decentralized-identity#439 - Return `authorization` in queries and reads (decentralized-identity#523) decentralized-identity#439 - Turned `authorization` property from a JWS into a container object (decentralized-identity#518) npm audit fix get-func-name (decentralized-identity#521)
@thehenrytsai has a PR out for this as of today. |
* main: decentralized-identity#439 - Appended 'Signature' to` author` and `owner` under `authorization` (decentralized-identity#536)
* #439 - Added ownerSignature authentication * Updated naming for consistency
No description provided.
The text was updated successfully, but these errors were encountered: