microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.32k stars 1.45k forks source link

Support authentication for REST sources #1918

Open denelon opened 2 years ago

denelon commented 2 years ago

Description of the new feature / enhancement

I would like to be able to authenticate access to REST sources.

As an enterprise standing up a private REST source I want to be able to authenticate users.

Related to:

There are several authentication mechanisms being considered:

Note: We are working on anonymous access to the Microsoft Store source.

  • 1585

Proposed technical implementation details

No response

denelon commented 1 year ago

Related to:

thilojaeggi commented 1 year ago

Not sure if this is the right place to ask this but seeing that this Issue is the one I'm being referred to I wanted to ask if I could start working on this and create a pr once I have something?