You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, we would want to offer a credential manager that generates temporary tokens for upload to a private feed, so that we can use other authorization besides the user's name and password on private feeds.
If you have any preferences for how to integrate this, happy to take suggestions. Hopefully it can be achieved in the same way for both pip and twine.
The text was updated successfully, but these errors were encountered:
(This proposal is a counterpart to pypa/pip#4475 for pip - enable the same authentication methods for publishing/installing from private feeds)
See https://git-scm.com/docs/api-credentials and https://git-scm.com/docs/git-credential for overviews of git's protocol for using external credential managers.
For example, we would want to offer a credential manager that generates temporary tokens for upload to a private feed, so that we can use other authorization besides the user's name and password on private feeds.
If you have any preferences for how to integrate this, happy to take suggestions. Hopefully it can be achieved in the same way for both pip and twine.
The text was updated successfully, but these errors were encountered: