The package use OIDC authentication and providing the raw username and password to the npm/yarn/pnpm CLI tools will not work.
There are two ways to set up CLI authentication:
1
npx verdaccio-openid@latest --registry http://your-registry.com
You can then use the above credentials in npm adduser --registry https://your-registry.com/
2
Login to the Web UI . Settings -> Configuration