How do I request my customers to login in my private Nuget package server?

60 Views Asked by At

I have an ASP.NET MVC website where customers log in using ASP.NET Identity. I also have a private Nuget package server for my products (I followed these instructions to create it).

How do I enforce login with ASP.NET Identity on the private Nuget package server?

0

There are 0 best solutions below