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