jeff-zucker / solid-file-client

A Javascript library for creating and managing files and folders in Solid data stores
MIT License
55 stars 18 forks source link

update demo and docs to DPoP authentication Legacy being deprecated. #217

Open ewingson opened 2 years ago

ewingson commented 2 years ago

Solid recently had an update from legacy auth to the use of DPoP auth.

We noticed that your app still is using the old auth.

We'd like to encourage you to switch to the new auth using the Demonstrating Proof of Posession technology.

Our motivation for the update was using the standard OIDC-way.

Javascript libraries using the new authentication methods include :

Some simple examples of javascript app using the DPoP auth can be found here

The list of apps using the new DPoP authorization can be followed here dpop-status.

Just let us know if we can assist you on switching your app at https://gitter.im/solid/app-development or https://forum.solidproject.org

From solid team

ewingson commented 2 years ago

it was just the demo, that was linked to solid.community still. close.

jeff-zucker commented 2 years ago

Reopening as a reminder to myself. Thanks for finding it @ewingson

bourgeoa commented 2 years ago

@ewingson If you are interested. The demo is nice. May be you could try to make the PR yourself. A good experience. Not too complex.

jeff-zucker commented 2 years ago

Yes, @ewingson if you are interested, submit a PR and if there are problems, I'll work with you.

ewingson commented 2 years ago

yes, cool, I'll try to wrap my head around it.