tachybase_todo/packages/plugins/cas/package.json
Dunqing 24179c4469
feat(plugin-cas): support cas authenticator (#2580)
* feat(plugin-cas): support cas login method

* feat: add cas plugin in preset

* chore: update version

* feat: full support cas

* chore: update package.json

* feat: update docs and fix namespace

* fix: locale

---------

Co-authored-by: xilesun <2013xile@gmail.com>
2023-09-02 19:40:04 +08:00

23 lines
660 B
JSON

{
"name": "@nocobase/plugin-cas",
"displayName": "SSO login - CAS",
"displayName.zh-CN": "SSO 登录 - CAS",
"description": "Unified identity authentication.",
"description.zh-CN": "提供CAS登录功能",
"version": "0.13.0-alpha.4",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@nocobase/actions": "0.13.0-alpha.4",
"@nocobase/client": "0.13.0-alpha.4",
"@nocobase/database": "0.13.0-alpha.4",
"@nocobase/server": "0.13.0-alpha.4",
"@nocobase/test": "0.13.0-alpha.4"
},
"dependencies": {
"antd": "5.x",
"@ant-design/icons": "^5.1.4",
"react-router-dom": "^6.11.2"
}
}