Skip to content
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

upload protocol specification #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

upload protocol specification #25

wants to merge 1 commit into from

Conversation

Gozala
Copy link
Contributor

@Gozala Gozala commented Apr 1, 2022

No description provided.

@Gozala Gozala requested review from hugomrdias and mikeal April 1, 2022 16:48
-- account access service
| Identify "access/identify"
| Authorize "access/authorize"
| Revoke "access/revoke"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually UCAN spec has separate representation for revocation so we should use that instead of having our separate thing here
https://github.com/ucan-wg/spec/#57-revocation

"can": "access/identify",
"with": "*",
"as": "*"
}
Copy link
Contributor Author

@Gozala Gozala Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
  "can": "access/identify",
  "with": "did:key:zClient..bucket",
  "as": "wallet:zke....oueo"
},
{
   "can": "store/add",
   "with": "did:key:zClient...bucket",
   "link": "bag...car1"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants