saml.js 151 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 const sso = require('./sso.js') const login = (npm, opts) => { npm.config.set('sso-type', 'saml') return sso(npm, opts) } module.exports = login