Joachim Van Herwegen

Results 74 issues of Joachim Van Herwegen

### Search terms you've used session, cache ### Impacted package Which packages do you think might be impacted by the bug ? - [x] solid-client-authn-browser ### Bug description This is...

bug

### Search terms you've used htu ### Impacted package Which packages do you think might be impacted by the bug ? - [x] solid-client-authn-core ### Bug description The `htu` field...

bug

#### Description At some point our Docker builds suddenly started failing. This seems to have coincided with when then `lts-alpine` image changed from Node v18 to v20: https://github.com/nodejs/docker-node/blob/18b91b947173898d92dd736bcb334ab3bc4486c0/versions.json#L59 . This...

🐛 bug
⌛ has dependency

#### Description Some issues popped up in https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1757 which were caused by the `util.js` being cached in the browser. We should prevent this when updating the contents. Some solutions: *...

➕ feature

#### Description When using subdomains, the `.internal` folder that contains the locks is in the root of the data folder, while the rest of the `.internal` data is in the...

🐛 bug

#### Feature description In https://github.com/CommunitySolidServer/Recipes/issues/31 it was discovered that there is an issue when using the `init/static-root` import when using subdomains for pods. The static page would also be shown...

➕ feature

The `urn:solid-server:default:MetadataParser` gets used by all mains parts of the server. We might want to split this up so the account related components can have different HTTP header parsers than...

☀️ enhancement

An `InteractionRoute` is an object that can be used to easily generate and combine paths in Components.js. This was specifically needed for the IDP API, but is starting to be...

☀️ enhancement

The `RepresentationConvertingStore` always converts the data to a quad stream since that is what we need in the backend. This should be done in a more modular way as described...

☀️ enhancement

#### Description DPoP tokens have a `jti` field with a unique identifier to prevent replay attacks. The `access-token-verifier` library uses a cache to store these: https://github.com/CommunitySolidServer/access-token-verifier/blob/main/src/class/DPoPJTICache.ts This is an in-memory...

🐛 bug
:id: identity-provider
:ant: worker threads