Why is npm getting rid of TOTP as 2FA authentication method? #178148
Replies: 2 comments 2 replies
-
| Hi @prahladyeri , The main reason npm is phasing out TOTP is security. FIDO/WebAuthn (like hardware keys or passkeys) are phishing-resistant the private key never leaves your device and authentication is bound to the site’s domain, so it can’t be reused elsewhere. That said, many developers share your concern about accessibility especially those on Linux or open-source browsers. | 
Beta Was this translation helpful? Give feedback.
-
| FYI: There is a community thread for this topic here: https://github.com/orgs/community/discussions/174505 (consider upvoting) GitHub recently posted an update on their plans here: https://github.com/orgs/community/discussions/178140 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I've been aghast to know that
npmis now phasing out TOTP as a legitimate 2FA method of authentication and replacing it with more intrusive and authoritarian methods like FIDO and Webauthn.It's a bit perplexing that an organization that apparently stands up for Open Source as a way of life would introduce such a closed and walled garden approach of authentication which may not be accessible to everyone. Those on Linux Desktops such as Mint or Fedora, or those using an open source browser like Firefox, may not have access to these chosen new 2FA methods.
I'd also like to know what exactly is the issue with TOTP as an authentication system, what do the proponents of this new system think is wrong with it?
Beta Was this translation helpful? Give feedback.
All reactions