-
Notifications
You must be signed in to change notification settings - Fork 0
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
test registration via access/authorize #5
Conversation
#status this test:
Problem:
Solution:
|
This does not match my expectations. Specifically trying to
I do not think {
"iss": "did:mailto:web.mail:alice",
"aud": "did:web:web3.storage",
"att": [
{
"can": "provider/add",
"with": "did:mailto:web.mail:alice",
"nb": {
// did of the provider,
"provider": "did:web:free.web3.storage",
// did of the consumer space
"consumer": "did:key:zSpace"
}
}
]
...
} |
Motivation:
Insights:
access/authorize
doesn't currently register the space in a way that matches my checkaccess/authorize
writes into thedelegations
table in a way my check would pass