Skip to content

Commit

Permalink
Resolve minor comments Digita
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 16, 2021
1 parent 1bca7ba commit a1850ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions content/conclusions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Using the Linked Software Dependencies service, components and configurations be
which allows software configurations to be shared easily with others,
which is for example beneficial for improving the reproducibility of software experiments.

The previous section has shown that Components.js provides significant value in real-world applications.
On the one hand, tools such as Solid Community Server and Comunica allow developers and researchers to rewire these applications based on their specific needs.
On the other hand, applications by companies such as Digita depend on this flexibility for making logic changes via configuration files,
as they want to enable their clients to make changes by only modifying the configuration files,
since their clients are sometimes non-technical people that have limited programming knowledge.

We can recommend Components.js for TypeScript/JavaScript projects that have at least a subset of the following characteristics:

* Architectures that require **high modularity and flexibility**;
Expand Down
8 changes: 3 additions & 5 deletions content/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ that acts as a modular, and easily configurable compatibility layer for classic
It enables Solid apps to authenticate at Solid pod servers with these existing identity services, without any necessary modification.
This project is also written in TypeScript, and is under development by [Digita](https://www.digita.ai/).

Each existing (classic) identity provider is modelled as a component that can be plugged into the proxy.
With Components.js, these identity providers can be easily configured and plugged in via a configuration file.
The ability to make such logic changes within an application is crucial for Digita,
as they want to enable their clients to make changes by only modifying the configuration files,
as their clients are sometimes non-technical people that have limited programming knowledge.
Several components exists that enable additional functionality of Solid-OIDC,
which can be plugged into the proxy when the need exists.
With Components.js, these components can be easily configured and plugged in via a configuration file.

#### Comunica

Expand Down

0 comments on commit a1850ae

Please sign in to comment.