@ustack/egg-passport-saml
v1.2.0
Published
## Install
Downloads
4
Keywords
Readme
egg-passport-saml
Install
npm i @ustack/egg-passport-saml --save
Usage
// {app_root}/config/plugin.js
exports.passportSaml = {
enable: true,
package: '@ustack/egg-passport-saml',
};
Configuration
// {app_root}/config/config.default.js
exports.passportSaml = {
};
see config/config.default.js for more detail. 依赖egg的sessionStore保存需要的缓存。