diff options
Diffstat (limited to 'deps/npm/html/doc/cli/npm-adduser.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-adduser.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/deps/npm/html/doc/cli/npm-adduser.html b/deps/npm/html/doc/cli/npm-adduser.html index 381f351296..5870752a62 100644 --- a/deps/npm/html/doc/cli/npm-adduser.html +++ b/deps/npm/html/doc/cli/npm-adduser.html @@ -11,7 +11,7 @@ <h1><a href="../cli/npm-adduser.html">npm-adduser</a></h1> <p>Add a registry user account</p> <h2 id="synopsis">SYNOPSIS</h2> -<pre><code>npm adduser [--registry=url] [--scope=@orgname] [--always-auth] +<pre><code>npm adduser [--registry=url] [--scope=@orgname] [--always-auth] [--auth-type=legacy] aliases: login, add-user </code></pre><h2 id="description">DESCRIPTION</h2> @@ -52,6 +52,14 @@ private registries where metadata and package tarballs are stored on hosts with different hostnames. See <code>always-auth</code> in <code><a href="../misc/npm-config.html">npm-config(7)</a></code> for more details on always-auth. Registry-specific configuration of <code>always-auth</code> takes precedence over any global configuration.</p> +<h3 id="auth-type">auth-type</h3> +<ul> +<li>Default: <code>'legacy'</code></li> +<li>Type: <code>'legacy'</code>, <code>'sso'</code>, <code>'saml'</code>, <code>'oauth'</code></li> +</ul> +<p>What authentication strategy to use with <code>adduser</code>/<code>login</code>. Some npm registries +(for example, npmE) might support alternative auth strategies besides classic +username/password entry in legacy npm.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../misc/npm-registry.html">npm-registry(7)</a></li> @@ -73,5 +81,5 @@ over any global configuration.</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-adduser — npm@4.2.0</p> +<p id="footer">npm-adduser — npm@4.5.0</p> |