I want to list the packages on a private nuget server. How can I do the authentication process.
Asked
Active
Viewed 227 times
0
-
you could use an apikey. you can setup an apikey in the web.config of the nuget-server and then use it in your requests – D.J. Apr 11 '20 at 12:26
-
Do you have a document or a project about how it's done? – noja Apr 11 '20 at 16:30
-
i would recommend https://learn.microsoft.com/en-us/nuget/ as your starting point. there are links to all relevant docs you need. i also found that there is a thread on SO about one way to enable and use authentication https://stackoverflow.com/questions/17928112/configuring-nuget-server-to-use-authentication – D.J. Apr 11 '20 at 16:47