nocobase/packages/plugins/@nocobase/plugin-oidc/package.json
YANG QIA 06f11a2d08
refactor(auth): move auth client from core to the plugin & refactor auth client api (#3215)
* refactor(auth): auth client api

* fix: build

* fix: dependencies

* fix: fix T-2777

* fix: fix T-2776

* chore: update type

* fix: build

* fix: allowSignUp

* fix: file name

* fix: file name

* refactor: client api

* fix: build

* chore: update name

* fix: tsx must be loaded with --import instead of --loader

* fix: type

* fix: type

* fix: type

* fix: type

* fix: bug

* chore: improve wording

* fix: test

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-21 20:19:25 +08:00

31 lines
901 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.17.0-alpha.7",
"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",
"@nocobase/plugin-auth": ">=0.17.0-alpha.7"
}
}