A reactive authentication library supporting Solid OIDC.
To compile,
npm install
npm run buildThen, for the demo, run a web server on the root folder, e.g.
npx http-serverthen navigate to localhost:8080 (or wherever it was served).
The paradigm employed here originates in @langsamu's research project Solid Explorer.
It was later expanded into a robust architecture by @hellikopter and @langsamu in .NET ReactiveAuthentication.