mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:20:57 +00:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
||
"name": "@nocobase/plugin-saml",
|
||
"displayName": "Auth: SAML 2.0",
|
||
"displayName.zh-CN": "认证:SAML 2.0",
|
||
"description": "SAML 2.0 authentication.",
|
||
"description.zh-CN": "通过 SAML 2.0 协议认证身份。",
|
||
"version": "0.21.0-alpha.14",
|
||
"license": "AGPL-3.0",
|
||
"main": "./dist/server/index.js",
|
||
"homepage": "https://docs.nocobase.com/handbook/auth-saml",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-saml",
|
||
"devDependencies": {
|
||
"@ant-design/icons": "5.x",
|
||
"@formily/react": "2.x",
|
||
"@node-saml/node-saml": "^4.0.2",
|
||
"antd": "5.x",
|
||
"react": "18.x",
|
||
"react-i18next": "^11.15.1"
|
||
},
|
||
"peerDependencies": {
|
||
"@nocobase/actions": "0.x",
|
||
"@nocobase/auth": "0.x",
|
||
"@nocobase/client": "0.x",
|
||
"@nocobase/database": "0.x",
|
||
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
||
"@nocobase/sdk": "0.x",
|
||
"@nocobase/server": "0.x",
|
||
"@nocobase/test": "0.x"
|
||
},
|
||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
||
"keywords": [
|
||
"Authentication"
|
||
]
|
||
}
|