openupm / openupm-cli

The OpenUPM-CLI is a command-line interface for maintaining UPM registries.
https://openupm.com
BSD 3-Clause "New" or "Revised" License
244 stars 13 forks source link

refactor: npm login logic #400

Closed ComradeVanti closed 1 month ago

ComradeVanti commented 1 month ago

Currently we use another-npm-registry-client for loging in users. This is a fork of a deprecated library. This change instead uses the currently maintained library from logging in users by npm. Just to modernize the dependencies a bit.