vtears-egg-passport-hash
v1.0.4
Published
封装passport-hash到egg插件
Readme
vtears-egg-passport-hash
Install
$ npm i vtears-egg-passport-hash --saveUsage
// {app_root}/config/plugin.js
exports.passportHash = {
enable: true,
package: 'vtears-egg-passport-hash',
};Configuration
// {app_root}/config/config.default.js
exports.passportHash = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
