PATH:
opt
/
alt
/
alt-nodejs16
/
root
/
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
[-] oauth.js
[edit]
[+]
..
[-] sso.js
[edit]
[-] legacy.js
[edit]
[-] saml.js
[edit]