diff --git a/README.md b/README.md index ad0d4633..72a73bd9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,16 @@ Use these scripts for local workspace builds: `npm run build`, `npm run watch`, and `npm run start` stay on default package resolution. +### Authentication worker asset (solid-logic) + +mashlib relies on solid-logic authentication and should serve the refresh worker as a same-origin static asset. + +- Worker file to serve: `RefreshWorker.js` +- Runtime override (optional): `window.__SOLID_LOGIC_WORKER_URL__` + +See solid-logic runtime contract details in: +https://github.com/solidos/solid-logic#worker-asset-and-runtime-configuration + ## Goals The goals of mashlib overlap with the [SolidOS Goals](https://solidos.solidcommunity.net/Team/docs/SolidOSNorthStar.html). diff --git a/src/databrowser.html b/src/databrowser.html index 716cfd79..128f115e 100644 --- a/src/databrowser.html +++ b/src/databrowser.html @@ -4,6 +4,11 @@