2.0.2 • Published 5 years ago

@bbyy/egg-passport-saml v2.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

egg-passport-saml

Install

npm i @bbyy/egg-passport-saml --save

Usage

// {app_root}/config/plugin.js
exports.passportSaml = {
  enable: true,
  package: '@bbyy/egg-passport-saml',
};

Configuration

// {app_root}/config/config.default.js
exports.passportSaml = {
};

see config/config.default.js for more detail. 依赖egg的sessionStore保存需要的缓存。

License

MIT

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago