Cannot download artifacts if sinopia is configured to require authentication to see some packages.
Steps to reproduce:
Login to localhost sinopia instance (localhost:5040)
You should see all private and public packages.
Use API call to get one of restricted packages:
http://localhost:5040/my-module"error": "unregistered users are not allowed to access package my-module"
Proper cookie is sent but sinopia is not recognizing it.
Cannot download artifacts if sinopia is configured to require authentication to see some packages.
Steps to reproduce: Login to localhost sinopia instance (localhost:5040) You should see all private and public packages. Use API call to get one of restricted packages:
http://localhost:5040/my-module
"error": "unregistered users are not allowed to access package my-module"
Proper cookie is sent but sinopia is not recognizing it.