pypi-server icon indicating copy to clipboard operation
pypi-server copied to clipboard

Authentication for listing/downloading

Open leobuskin opened this issue 7 years ago • 2 comments

Is it possible to allow/disallow users to see/download some particular local packages? That will be great, looking to move from pypiserver to pypi-server

leobuskin avatar Feb 15 '18 04:02 leobuskin

You can add basic_auth with nginx for /simple/ location.

mosquito avatar Mar 07 '18 09:03 mosquito

You can add basic_auth with nginx for /simple/ location.

Dose the current server authentication create an apache2 .htpasswd file on user creation? And if so, where? It's abit impractical having to maintain a second password list manually.

erlef10 avatar Feb 17 '20 07:02 erlef10