This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Description
Hey :)
I would like to use the client to login, but I don't want accidental accounts creations (see npm/npm#8337).
I was thinking of factoring out the login part and (potentially using it within adduser). So that adduser would stay the same, but login would not create an account.
What do you think? I could start a PR for this.