Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate and update to latest Solid auth lib [@inrupt/solid-client-authn-browser] #73

Open
marcvanandel opened this issue Apr 6, 2023 · 0 comments

Comments

@marcvanandel
Copy link

This lib still uses the solid-auth-client dependency ... but this is for legacy only!

Quoted from nodeSolidServer/solid-auth-client

⚠️ New projects should use solid-client-authn or solid-auth-fetcher instead, which leverage the secure DPoP authentication mechanism from the current Solid specification, as implemented by all the various Solid server implementations.

Quoted from inrupt/solid-client-authn-js

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant