/egg-passport-ethereum

Ethereum passport plugin for egg

Primary LanguageJavaScriptMIT LicenseMIT

egg-passport-ethereum

ethereum passport plugin for egg

Install

$ npm i @io84team/egg-passport-ethereum --save

Usage

// config/plugin.js
exports.passportEthereum = {
    enable: true,
    package: '@io84team/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