/usr/share/cagefs-skeleton/lib/node_modules/npm/lib/auth
const sso = require('./sso.js') const login = (npm, opts) => { npm.config.set('sso-type', 'oauth') return sso(npm, opts) } module.exports = login
.
Edit
..
Edit
legacy.js
Edit
oauth.js
Edit
saml.js
Edit
sso.js
Edit