Skip to content

hbshun/egg-passport-saml

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published