You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If making a PUT/DELETE (and maybe POST?) to any endpoint other than the login endpoints, if auth can't be found in the config, raise an ENEEDAUTH error.
This would allow us to remove some duplicative checks from npm/cli, and also catch any cases we've missed where the user will end up getting a 403 or 401.
The text was updated successfully, but these errors were encountered:
If making a
PUT
/DELETE
(and maybePOST
?) to any endpoint other than the login endpoints, if auth can't be found in the config, raise anENEEDAUTH
error.This would allow us to remove some duplicative checks from npm/cli, and also catch any cases we've missed where the user will end up getting a 403 or 401.
The text was updated successfully, but these errors were encountered: