mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
* feat: add settingsCenter * fix: style bug * chore: optimized code * refactor: settingCenter Auth * feat: add aclSnippet option * refactor: all plugin's setting center api * feat: add plugin with name * docs: add settings-center doc * fix: settings center menu sort by name * fix: change setting center layout * fix: change hello sort * test: add SettingsCenter.ts test case * fix: bug * fix: acl bug * fix: bug * fix: bug and 404 page * fix: test bug * fix: test bug * fix: bug * fix: locale * fix: styling * fix: rename settingsCenter to pluginSettingsManager * fix: styling * fix: e2e bug * fix: e2e bug * fix: locale * feat: update docs * fix: update --------- Co-authored-by: chenos <chenlinxh@gmail.com>
30 lines
852 B
JSON
30 lines
852 B
JSON
{
|
|
"name": "@nocobase/plugin-oidc",
|
|
"displayName": "OIDC auth - SSO login",
|
|
"displayName.zh-CN": "OIDC 认证 - SSO 登录",
|
|
"description": "OIDC (OpenID Connect) authentication for NocoBase",
|
|
"description.zh-CN": "OIDC (OpenID Connect) authentication for NocoBase",
|
|
"version": "0.14.0-alpha.8",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@formily/antd-v5": "1.x",
|
|
"@formily/react": "2.x",
|
|
"ahooks": "^3.7.2",
|
|
"antd": "5.x",
|
|
"nanoid": "3.3.4",
|
|
"openid-client": "^5.4.2",
|
|
"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/server": "0.x",
|
|
"@nocobase/test": "0.x"
|
|
}
|
|
}
|