You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solid-client-authn is a suite of libraries to manage the authentication required to access protected resources on Solid servers.
The libraries share a common API and include different modules for different deployment environments:
solid-client-authn-browser can be used to build web apps in the browser.
solid-client-authn-node can be used to build server-side and console-based apps.
The solid-client-authn-browser would be the default used dependency for this library, I assume?
To do so, all dependencies need to be updated as well ... which will break many contracts 😬 This will not be an easy fix ...
The text was updated successfully, but these errors were encountered:
This lib still uses the
solid-auth-client
dependency ... but this is for legacy only!Quoted from nodeSolidServer/solid-auth-client
Quoted from inrupt/solid-client-authn-js
The
solid-client-authn-browser
would be the default used dependency for this library, I assume?To do so, all dependencies need to be updated as well ... which will break many contracts 😬 This will not be an easy fix ...
The text was updated successfully, but these errors were encountered: