FubuMvcArchive / ripple

Super charged dependency management with Nuget without the merge hell
http://fubuworld.com/ripple
Other
45 stars 35 forks source link

Add Basic authentication for remote feeds. #231

Closed mavnn closed 11 years ago

mavnn commented 11 years ago

A fix for issue #156

Apologies for the global singleton class for managing the authentications; as this is basically Nuget's strategy for handling the problem I've not thought of a better work around.

This code has been tested manually and worked correctly against a private MyGet feed. Usage involves adding a Username and Password attribute to the feed that needs authentication.

jmarnold commented 11 years ago

Got it