Will Murphy
Will Murphy
Find a new library for sending http requests - axios is out, no direct access to http request object for signing, even in interceptors - Looks like `node-fetch` is out,...
Fetching activity by IRI returns actor as an IRI string, this is inconsistent with the collection enpoints
Gathering all the todos I've left in different places: ## Implementation checklist * [ ] Relay requests for remote objects (4.1 *may*) * [ ] Direct delivery to local inboxes...
## Implementation checklist * [ ] Linked data signatures * [ ] Verification of forwarded messages * [ ] Consider adding alternative verification by re-fetching the object from its source...
When receiving an update for a collection on another server, maybe we should prefetch all the pages and populate the items for easy access when needed. Probably the only use...
The current logic looks for a client with a registered redirectUri that matches exactly the protocol & host portion of the requested redirectUri. It was setup this way so that...
Finally got something working, but it does unfortunately require editing your hosts file so that `immer1:8081` and `immer2:8082` can point to the correct docker container both from the host machine...
This is the last broken peer dependency that prevents a clean upgrade to node 16/npm 8 https://reactrouter.com/docs/en/v6/upgrading/reach
If a client with the same id is already registered, immers server returns 500 whereas it should return 409 Need a process to remove and replace a client. If a...