@@ -88,6 +88,21 @@ exit code.
8888<!-- automatically generated, do not edit manually -->
8989<!-- see lib/utils/config/definitions.js -->
9090
91+ #### \`auth-type\`
92+
93+ * Default: "legacy"
94+ * Type: "legacy", "webauthn", "sso", "saml", or "oauth"
95+
96+ DEPRECATED: values "sso", "saml", and "oauth" will be removed in a future
97+ version.
98+
99+ What authentication strategy to use with \`login\`.
100+
101+ Pass \`webauthn\` to use a web-based login.
102+
103+ <!-- automatically generated, do not edit manually -->
104+ <!-- see lib/utils/config/definitions.js -->
105+
91106#### \`before\`
92107
93108* Default: null
@@ -1778,20 +1793,6 @@ When set to \`dev\` or \`development\`, this is an alias for \`--include=dev\`.
17781793<!-- automatically generated, do not edit manually -->
17791794<!-- see lib/utils/config/definitions.js -->
17801795
1781- #### \`auth-type\`
1782-
1783- * Default: "legacy"
1784- * Type: "legacy", "webauthn", "sso", "saml", or "oauth"
1785- * DEPRECATED: The SSO/SAML/OAuth methods are deprecated and will be removed in
1786- a future version of npm in favor of web-based login.
1787-
1788- What authentication strategy to use with \`adduser\`/\`login\`.
1789-
1790- Pass \`webauthn\` to use a web-based login.
1791-
1792- <!-- automatically generated, do not edit manually -->
1793- <!-- see lib/utils/config/definitions.js -->
1794-
17951796#### \`cache-max\`
17961797
17971798* Default: Infinity
0 commit comments