I want to enable the login option for nuget feeding in visual studio.
My Requirement:
I want to feed nuget in visual studio. When user feed this, I want to enable login option.
The login popup contains email and password. After user login, the API returns to application. The API contains email and password. I want to validate the email and password in controller. If validate success means, we want to allow the user to use the package.
How to achieve this? Is there anyone have idea related to this?
Let me know if any concerns occurs.