@solid/reactive-authentication
    Preparing search index...

    @solid/reactive-authentication

    Reactive authentication

    Test Workflow npm

    A reactive authentication library supporting Solid OIDC.

    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).

    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.