2022-11-29 15:18:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-oidc",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "OpenID Connect",
|
|
|
|
"displayName.zh-CN": "OpenID Connect",
|
|
|
|
"description": " provide OIDC authentication and authorization functionality for applications or authentication systems.",
|
|
|
|
"description.zh-CN": "在为应用程序或身份验证系统提供OIDC认证和授权功能。",
|
2023-05-26 09:05:46 +00:00
|
|
|
"version": "0.9.4-alpha.2",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-11-29 15:18:21 +00:00
|
|
|
"devDependencies": {
|
2023-05-26 09:05:46 +00:00
|
|
|
"@nocobase/server": "0.9.4-alpha.2",
|
|
|
|
"@nocobase/test": "0.9.4-alpha.2"
|
2022-11-29 15:18:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"openid-client": "^5.3.0"
|
|
|
|
}
|
|
|
|
}
|