You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way for the user to set policies on a wallet so that the wallet does not have to ask the user for an ID every time the client goes off to fetch a resource on the web?
What is the protocol for requesting a Credential?
What does a WebID self signed credential look like?
Do we really need a key for every server? Or can we bypass that? (what are the privacy implications? Especially if one is trying to create a decentralised social network where one wants a way to connect to people by presenting a WebID. So there will be some cases where it will make sense (age credentials) others where it gives no benefit (WebID linking)).
On first glance (having looked at other specs) it looks very compatible otherwise with the HTTP Signatures and Credentials proposal I put forward. (It is easier to view here). But clearly answers to the above question will help me adapt the PR.
I watched this very informative talk by Drummond Reed from October 29 2020 The Trust Over IP Stack: Achieving Global Interoperability with Self Sovereign Identity. He gives a certainly very ambitious overview of where they are going with wallets and DIDs.
Initial questions it raises for me are:
On first glance (having looked at other specs) it looks very compatible otherwise with the HTTP Signatures and Credentials proposal I put forward. (It is easier to view here). But clearly answers to the above question will help me adapt the PR.