1.0.0 • Published 3 years ago

egg-passport-gitlab v1.0.0

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

egg-passport-gitlab

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-passport-gitlab --save

Usage

// {app_root}/config/plugin.js
exports.passportGitlab = {
  enable: true,
  package: 'egg-passport-gitlab',
};

Configuration

// {app_root}/config/config.default.js
exports.passportGitlab = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT