Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 3.38 KB

File metadata and controls

37 lines (21 loc) · 3.38 KB

Access Control Client Logic

As a participant in the EU Vlaamse Smart Data Space project, I worked on translating (public) data from CSV format to a Linked Data Stream. This data provided a very good use case for writing, testing and tuning a basic LDES crawler that could work with a Solid Wallet to automatically authenticate the client with the minimal number of requests, as would be needed for a Big Data Space application.

Working on this required updates to the software on the client and the server, which also led to a suggestion to improve the Solid Protocol to make finding Access Control Rules Optimally Efficient.

The result of the work was presented at the Wednesday 07-06-2023 Solid Community Group Meeting (see meeting transcript) with a demo of a Crawler shown in the video uploaded to this tweet: HttpSig demo for big data 2023-06-08

See also the conversation on Mathstodon.

Reactive Solid Server Improvements

The Reactive Solid Server had not implemented the default rules as per Web Access Control spec wac:default feature. This was done in two major PRs:

Client Crawler

A very basic crawler (the LDES Spider) was written as part of the VSDS project to crawl the VSDS linked data. We then updated this to support default rules and added a cache so as to minimize the requests to the server.

In September 2022 we started PR 1 of SolidCtrl App: Command Line Client Support which was committed in December.

PR 3 of SolidCtrl App - ACL Link behavior update is a large commit that added caching to the client wallet and has the ability to follow defaultAccessContainer links produced by the Reactive-Solid server mentioned above. We now can crawl the LDES data with a max of only 2 extra requests (to find the acl).

Solid Spec proposals