Closed drubin closed 6 years ago
Related to https://github.com/bufferoverflow/verdaccio-gitlab/pull/1
It would be great to limit who has access to view the npm packages that are published.
Currently even adding access: $authenticated doesn't limit access.
access: $authenticated
you are welcome to test this with 0.0.5 , please close the issue if it works properly on your side.
@bufferoverflow Thank you for adding this so quickly, Your fix is much better than mine.
Related to https://github.com/bufferoverflow/verdaccio-gitlab/pull/1
It would be great to limit who has access to view the npm packages that are published.
Currently even adding
access: $authenticated
doesn't limit access.