Dmitri Zagidulin

Results 266 comments of Dmitri Zagidulin

@revoltez - you should use the https://github.com/digitalbazaar/ed25519-verification-key-2020#generating-a-new-publicprivate-key-pair library instead, don't use `forge` for this. (that lib works in both node and browser, and the [DCC fork](https://github.com/digitalcredentials/ed25519-verification-key-2020) of it works in...

@ROTGP - try https://github.com/EternalDeiwos/keyto, that might work for your use case.

Just tried using the UI for the first time, and also had a question about this part. (Specifically about what the label "Location of media resources" meant. What if, depending...

Will be addressed by https://github.com/solid/specification/issues/63

@melvincarvalho I second what @RubenVerborgh said, though. You are the only current advocate of globbing, so this whole discussion is just being done to accommodate you...

I'm not sure. I think the closest thing that comes to that is the [Prov ontology](https://www.w3.org/TR/prov-overview/). You might also find it helpful to look at: * the [Memento protocol](http://mementoweb.org/guide/howto/) *...

@zoggy sure, we've been wanting something like this for a while. So, it's definitely on the medium-term roadmap.

Interesting! That's a very good point. I didn't have external WebID functionality (hosted on a different server than the issuer) in mind when I proposed the `solid:oidcIssuer` mechanism.. (that functionality...

Maybe we can do something where you specify in your WebID profile not just the authorized `oidcIssuer`, but _what_ your id on that issuer is. That could address the impersonation...