-
Notifications
You must be signed in to change notification settings - Fork 318
Support Access Tokens as Authentication Mechanism #482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sigmavirus24 This should "just work" without any changes to |
Ah, I hadn't gotten around to reading the link. I see that it should continue working. I was thinking we might need to add support for retrieving the token on behalf of users. |
Is this documented somewhere? The only thing I could find is this issue :D |
On https://pypi.org/manage/account/token/ it says the username is supposed to be |
@almarklein Yep, we changed it not long after the launch -- I'll edit that comment. |
This is also documented here: https://pypi.org/help/#apitoken |
It doesn't seem to work though. |
@soerendip Please file a new issue w/ all details and we'll try to help. |
PyPI now supports scoped access tokens, we should grow support for this as appropriate: https://discuss.python.org/t/pypi-security-work-multifactor-auth-progress-help-needed/1042/31
The text was updated successfully, but these errors were encountered: