0.0.4 • Published 7 years ago

cnpm-user-service-gitlab v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm-user-service

NPM version build status

npm user service for cnpmjs.org with gitlab auth(https://github.com/cnpm/cnpmjs.org/wiki/Use-Your-Own-User-Authorization)

Install

$ npm install cnpm-user-service-gitlab --save

Usage

Set userService on cnpmjs.org/config/config.js

var NpmUserService = require('cnpm-user-service-gitlab');

config.userService = new NpmUserService();

License

MIT