2022-11-29 15:18:21 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-oidc",
|
2024-02-22 01:29:30 +00:00
|
|
|
|
"displayName": "Auth: OIDC",
|
|
|
|
|
"displayName.zh-CN": "认证:OIDC",
|
|
|
|
|
"description": "OIDC (OpenID Connect) authentication.",
|
|
|
|
|
"description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
|
2024-02-28 01:20:38 +00:00
|
|
|
|
"version": "0.19.0-alpha.9",
|
2023-01-11 03:58:47 +00:00
|
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 04:02:18 +00:00
|
|
|
|
"homepage": "https://docs.nocobase.com/plugins/oidc",
|
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/oidc",
|
2022-11-29 15:18:21 +00:00
|
|
|
|
"devDependencies": {
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
|
"@formily/react": "2.x",
|
2023-07-08 00:29:33 +00:00
|
|
|
|
"ahooks": "^3.7.2",
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"antd": "5.x",
|
|
|
|
|
"nanoid": "3.3.4",
|
|
|
|
|
"openid-client": "^5.4.2",
|
2023-07-08 00:29:33 +00:00
|
|
|
|
"react": "18.x",
|
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-11-29 15:18:21 +00:00
|
|
|
|
},
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
|
"@nocobase/auth": "0.x",
|
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
|
"@nocobase/database": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
2023-08-01 16:07:52 +00:00
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/test": "0.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
|
},
|
2024-02-02 04:02:18 +00:00
|
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
2024-02-05 13:10:48 +00:00
|
|
|
|
"keywords": [
|
2024-02-22 15:13:31 +00:00
|
|
|
|
"Authentication"
|
2024-02-05 13:10:48 +00:00
|
|
|
|
]
|
2023-06-20 03:48:02 +00:00
|
|
|
|
}
|