Skip to content

Commit 3171c06

Browse files
committed
Add warning to 2FA bypass
1 parent 1a7a1cd commit 3171c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrations/integrating-npm-with-external-services/about-access-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can create up to 1000 granular access tokens on your npm account. You can se
6161

6262
When you give a token access to an organization, the token can only be used for managing organization settings and teams or users associated with the organization. It does not give the token the right to publish packages managed by the organization.
6363

64-
The Bypass 2FA capability applies to tokens with write access and is set to false by default at token creation. When the Bypass 2FA option is set to true, this setting takes precedence over account-level and package-level 2FA settings. This means that even if account-level 2FA is enabled and/or package-level 2FA is required, 2FA will still be bypassed when using the token.
64+
The Bypass 2FA capability applies to tokens with write access and is set to false by default at token creation. When the Bypass 2FA option is set to true, this setting takes precedence over account-level and package-level 2FA settings. This means that even if account-level 2FA is enabled and/or package-level 2FA is required, 2FA will still be bypassed when using the token. Do not set Bypass 2FA to true if a package or organization requires fully enforced 2FA.
6565

6666
[create-token]: creating-and-viewing-access-tokens
6767
[secure-token]: using-private-packages-in-a-ci-cd-workflow#securing-your-token

0 commit comments

Comments
 (0)