2022-11-29 23:18:21 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-oidc",
|
2024-02-22 09:29:30 +08:00
|
|
|
|
"displayName": "Auth: OIDC",
|
2024-05-23 17:10:55 +08:00
|
|
|
|
"version": "0.21.33",
|
2024-02-22 09:29:30 +08:00
|
|
|
|
"description": "OIDC (OpenID Connect) authentication.",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Authentication"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/auth-oidc",
|
2024-05-23 12:50:54 +08:00
|
|
|
|
"license": "Apache-2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"main": "./dist/server/index.js",
|
2022-11-29 23:18:21 +08:00
|
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
|
"@ant-design/icons": "~5.3.6",
|
2024-04-30 02:00:13 +08:00
|
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
|
"@tachybase/schema": "workspace:*",
|
2023-07-08 08:29:33 +08:00
|
|
|
|
"ahooks": "^3.7.2",
|
2024-04-10 16:14:26 +08:00
|
|
|
|
"antd": "5.16.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"nanoid": "3.3.4",
|
|
|
|
|
"openid-client": "^5.4.2",
|
2024-04-02 18:13:33 +08:00
|
|
|
|
"react": "~18.2.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
|
"react-router-dom": "^6.11.2"
|
2022-11-29 23:18:21 +08:00
|
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"peerDependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"@nocobase/plugin-auth": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
|
"@tachybase/auth": "workspace:*",
|
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
|
"@tachybase/test": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
|
|
|
|
|
"displayName.zh-CN": "认证:OIDC",
|
2024-03-04 23:02:29 +08:00
|
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-04-01 13:39:44 +08:00
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-oidc"
|
2023-06-20 11:48:02 +08:00
|
|
|
|
}
|