2FA on publish #869
Unanswered
mbarnathan
asked this question in
RRFC
Replies: 2 comments 5 replies
|
Part of the problem is that we run publishing through CI, and need to for trusted publishing/provenance. Something that occured to me the other day is that we could allow publishing, but a published package wouldn't go "live" until you confirm it in the dashboard either with a "something you know", or with something like a fingerprint/yubikey backed passkey. |
5 replies
|
Hi everyone, I'm locked out of my GitHub account I lost my phone which had the GitHub Mobile app as my only 2FA method. Has anyone been in this situation and found a way to recover their account? Any help is appreciated. Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Given the number of credential stealing worms currently spreading through the ecosystem, has the community considered password protecting tokens at the time of publication, much like SSH keys are encrypted with a password? Adding a "what you know" second factor to the "what you have" key would prevent propagation via exfiltration.
All reactions