Henry Story
Henry Story
I was really intrigued that the picture @dmitrizagidulin uses to show the relation between WebIDs and DID uses a hash url for the DID. I checked and indeed the [RFC...
So having thought about I am +1 on @rhiaro and @dmitrizagidulin `did:web`. We can try this as an experiment at least to start off with. Indeed Solid can help fill...
Looking at @rhiaro and @dmitrizagidulin's [did web spec](https://w3c-ccg.github.io/did-method-web/) I think it is a bit limited as it seems to only allow DID's to be placed in particular locations on the...
Actually for the [HTTP-Signature Protocol for Solid](https://github.com/bblfish/authentication-panel/blob/HttpSig/HttpSignature.md) I can see the use for a public key DID, ie. a URN that contains the public key directly in the URN, a...
Ah, so there is a [did:key](https://w3c-ccg.github.io/did-method-key/) method, which one could get inspiration from. Perhaps we can build on their work? I.e. for the use case I described above, what would...
I have added an example using `did:key` and links to the Universal Wallet and Verifiable Credentials specs in the [new HTTP Sig protocol for Solid Authentication page](https://github.com/bblfish/authentication-panel/blob/HttpSig/HttpSignature.md).
Since Nov 2014 the [Http Signatures](https://tools.ietf.org/html/draft-cavage-http-signatures-02#section-3.1.1) spec has integrated `WWW-Authenticate: Signature realm="Example"` header returned with a `401`. I am aware that each community has different definitions of what counts as...
Should we support did-jwt? I opened an issue [on the authentication panel issue 157](https://github.com/solid/authentication-panel/issues/157).
Note: the comments I left above are not part of the PR really. They are just additional thoughts I had reading the first few chapters, but I did not want...
I think the reason FP programmers find Set collection types (ie PowerSets) problematic is that there is often no serialisation order for them, meaning that different runs can have different...