solid-contrib / solid-auth-fetcher

A client library for authenticating with Solid
Other
2 stars 7 forks source link

Fix broken dependency #26

Closed jeff-zucker closed 3 years ago

jeff-zucker commented 3 years ago

We had form-urlencoded 4.1.4. Later versions in the 4 series e.g. 4.5.1 broke solid-auth-fetcher.'s nodejs login. Form-urlencoded has gone through some er, changes - bumped to version 5, then 6 in the past month. The latest, 6.0.4 works with solid-auth-fetcher. This should resolve https://github.com/solid/solid-auth-fetcher/issues/25

jeff-zucker commented 3 years ago

@jaxoncreed or @michielbdejong , could you make an npm release after this merge - I am getting multiple complaints from users of solid-node-client. If it would be helpful, feel free to give me rights and I'll do it myself :-).

michielbdejong commented 3 years ago

I assume you're https://www.npmjs.com/~jeff-zucker - invited you!

michielbdejong commented 3 years ago

https://www.npmjs.com/package/solid-auth-fetcher/access

jeff-zucker commented 3 years ago

@michielbdejong excellent, thanks! Now I need rights to this github repo so I can push the PR and then npm it.

jeff-zucker commented 3 years ago

This PR replaced by https://github.com/solid/solid-auth-fetcher/pull/27