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?