From 3e7b8f1e34a0b366ace2c81b1e5c4b665b8bcb58 Mon Sep 17 00:00:00 2001 From: nikolas Date: Fri, 29 May 2026 15:27:03 -0400 Subject: [PATCH] Clarify 2FA docs --- .../configuring-two-factor-authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx b/content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx index b043eb5f9b9..822c65847cf 100644 --- a/content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx +++ b/content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx @@ -22,7 +22,7 @@ For more information, see the npm documentation on [requiring 2FA for package pu Before you enable 2FA on your npm user account, you must: - Update your npm client to version 5.5.1 or higher. -- To configure a security-key requires a modern browser that support [WebAuthn][can-i-use]. This will allow you to configure a biometric devices featuring Apple [Touch ID][touch-id], [Face ID][face-id], or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis], or [Feitian][feitian]. +- To configure a security-key requires a modern browser that support [WebAuthn][can-i-use]. This will allow you to configure a biometric devices featuring Apple [Touch ID][touch-id], [Face ID][face-id], or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis], or [Feitian][feitian]. Note that purchasing a physical key is currently required for 2FA if you are not using Apple Touch / Face ID or Windows Hello. There may be other possibilities out there but they have yet to be documented. See: https://github.com/orgs/community/discussions/182325 For more information on supported 2FA methods, see "[About two-factor authentication][about-two-factor-authentication]".