bai.zixv
f6dd7fbccb
Reviewed-on: daoyoucloud/tachybase#1305 Co-authored-by: bai.zixv <bai.zixv@foxmail.com> Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
35 lines
1023 B
JSON
35 lines
1023 B
JSON
{
|
||
"name": "@tachybase/plugin-oidc",
|
||
"displayName": "Auth: OIDC",
|
||
"version": "0.21.70",
|
||
"description": "OIDC (OpenID Connect) authentication.",
|
||
"keywords": [
|
||
"Authentication"
|
||
],
|
||
"license": "Apache-2.0",
|
||
"main": "./dist/server/index.js",
|
||
"devDependencies": {
|
||
"@ant-design/icons": "~5.3.7",
|
||
"@tachybase/components": "workspace:*",
|
||
"@tachybase/schema": "workspace:*",
|
||
"ahooks": "^3.7.2",
|
||
"antd": "5.19.1",
|
||
"nanoid": "3.3.4",
|
||
"openid-client": "^5.4.2",
|
||
"react": "~18.3.1",
|
||
"react-i18next": "^14.1.2",
|
||
"react-router-dom": "^6.11.2"
|
||
},
|
||
"peerDependencies": {
|
||
"@tachybase/actions": "workspace:*",
|
||
"@tachybase/auth": "workspace:*",
|
||
"@tachybase/client": "workspace:*",
|
||
"@tachybase/database": "workspace:*",
|
||
"@tachybase/plugin-auth": "workspace:*",
|
||
"@tachybase/server": "workspace:*",
|
||
"@tachybase/test": "workspace:*"
|
||
},
|
||
"description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
|
||
"displayName.zh-CN": "认证:OIDC"
|
||
}
|