mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:15:44 +00:00
89361ef61c
* fix(auth): sso switch popup to rediect (fix T-2024) * refactor: auth process optimization * fix: test * chore: add error handler * fix(auth): sso redirection issue of sub app * Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)" This reverts commitbeb4793051
. * Revert "Revert "refactor(auth): OIDC, SAML auth switch popup to redirectction (#2737)"" This reverts commit301a85d767
. * refactor(oidc): improve validate logic * refactor(saml): improve auth logic * fix: test * refactor(cas): improve auth logic * chore: add error handler * fix(oidc): subapp callback issue * fix: add dependency * chore: add dependency * fix(auth): set default `userBindField:email`
24 lines
649 B
JSON
24 lines
649 B
JSON
{
|
|
"name": "@nocobase/plugin-cas",
|
|
"displayName": "CAS auth - SSO login",
|
|
"displayName.zh-CN": "CAS 认证 - SSO 登录",
|
|
"description": "CAS authentication for NocoBase",
|
|
"description.zh-CN": "NocoBase 的 CAS 身份验证",
|
|
"version": "0.14.0-alpha.7",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/sdk": "0.x"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"antd": "5.x",
|
|
"react-router-dom": "6.x"
|
|
}
|
|
}
|