Skip to content

solid-contrib/reactive-authentication

Repository files navigation

Reactive authentication

Test Workflow npm

A reactive authentication library supporting Solid OIDC.

Run

To compile,

npm install
npm run build

Then, for the demo, run a web server on the root folder, e.g.

npx http-server

then navigate to localhost:8080 (or wherever it was served).

History

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.