Socket
Book a DemoInstallSign in
Socket

egg-passport-makeflow

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-passport-makeflow

makeflow passport plugin for egg

latest
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

egg-passport-github

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

github passport plugin for egg

Install

$ npm i egg-passport-github --save

Usage

// config/plugin.js
exports.passportGithub = {
  enable: true,
  package: 'egg-passport-github',
};

Configuration

// config/config.default.js
exports.passportGithub = {
  key: 'your oauth key',
  secret: 'your oauth secret',
};

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

Questions & Suggestions

Please open an issue here.

License

MIT

Keywords

egg

FAQs

Package last updated on 03 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts