PATH:
usr
/
lib
/
node_modules
/
npm
/
lib
/
auth
const sso = require('./sso.js') const login = (npm, opts) => { npm.config.set('sso-type', 'saml') return sso(npm, opts) } module.exports = login
[-] sso.js
[edit]
[+]
..
[-] oauth.js
[edit]
[-] legacy.js
[edit]
[-] saml.js
[edit]