panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

Wrong registration on http://www.passportjs.org/packages/ #235

Closed freegroup closed 4 years ago

freegroup commented 4 years ago

Your registration on passportjs.org has a wrong manifest.

The github on http://www.passportjs.org/packages/openid-client/ contains wrong url.

git+https://github.com/panva/node-openid-client.git instead of git://github.com/panva/node-openid-client.git

This ends with missing README and broken github reference on the web site.

panva commented 4 years ago

The project pulls the repo link from npm based on the package name. It's not doing the transformation correctly.

Other than this there's not much I can do.

Thanks for raising this.