1.0.0 • Published 5 years ago

egg-passport-ethereum v1.0.0

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

egg-passport-ethereum

ethereum passport plugin for egg

Install

$ npm i egg-passport-ethereum --save

Usage

// config/plugin.js
exports.passportEthereum = {
    enable: true,
    package: "egg-passport-ethereum"
}

Configuration

// config/config.default.js
exports.passportEthereum = {}

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

Questions & Suggestions

Please open an issue here.

License

MIT