Henry Story

Results 422 comments of Henry Story

I have now implemented RFC8941 and Signing HTTP Messages on top of that. https://github.com/co-operating-systems/Reactive-SoLiD/issues/14 It's a bit tied to Akka, but not in an essential way. It would be certainly...

I have published initial snapshot library of RFC8941 here https://oss.sonatype.org/content/repositories/snapshots/net/bblfish/crypto/ as well as libraries for "Signing HTTP Messages" for Http4s and Akka here

I am now able to demo the use of the IETF's recent "Signing HTTP messages" with an enhanced http4s client to make requests to an Akka server that knows how...

It has the tests with public and private keys for a crypto library called bobcats. Without `:test` I get the crypto lib. What I wanted was to re-use the keys...

A workaround is to use `RawHeader` in this case. ```scala RawHeader("Link","; rel=\"https://www.w3.org/ns/auth/acl#accessControl\"") ``` But given the close mapping between URLs and akka paths really a future version should perhaps take...

Speaking of the Link relation it seems to me that there it is a bit wasteful in cpu to calculate if the [LinkValue relation](https://github.com/akka/akka-http/blob/053cbfb1f5a7bc916c4a72f2a74ebe594c0a60ac/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/LinkValue.scala#L58) contains the characters " ,;" before...

I agree this can be useful. Indeed I found a use case in the [Storing an Apps Public Key](https://github.com/solid/solid/wiki/Storing-an-Apps-Public-Key#questions-1) use case. But this raises an important question: how can a...

As pointed out I have a use case for hidden resource in [Storing an Apps Public Key](https://github.com/solid/solid/wiki/Storing-an-Apps-Public-Key#questions-1) and I can see other uses for it too, in cases of strong...

Perhaps a bit of logic can help. A WebID identifies an Agent. It can identify a Person, in which case we expect the triple ```turtle a foaf:Person . ``` to...

In today's meeting @woutermont made an interesting point that in the gov case they were working on they found the distinction between the Agent ID and the App Id to...