npm-profile icon indicating copy to clipboard operation
npm-profile copied to clipboard

using `login` api endpoint

Open LoryPelli opened this issue 1 year ago • 2 comments

Am I allowed to use it to make users logging in in their own npm accounts?

LoryPelli avatar Sep 26 '24 19:09 LoryPelli

I mean by using the actual: https://registry.npmjs.com/-/v1/login, can I?

LoryPelli avatar Sep 26 '24 19:09 LoryPelli

Anyone can use this endpoint. It might not do what you expect, though.

Here's how it works: https://marmelab.com/blog/2022/12/22/how-to-implement-web-login-in-a-private-npm-registry.html

mbtools avatar Mar 18 '25 20:03 mbtools