6cfd586175
* feat(plugin-api-keys): support fetch api via api-keys * feat: full support * fix: missing parseToken in auth * feat: add created at column * feat: configure snippet * fix: remove unused code * fix: revert * chore: update deps * feat: improve role * fix: avoid create api key without not exist role * feat: improve select roles * refactor: when no X-Role is found, roles should not be randomly assigned * feat: improve code * feat: improve current role * fix: revert * fix: revert apilicent * fix: revert auth * feat: improve currentRole logic * feat: use resourcer.use instead it * refactor: remove api-keys-auth * fix: type * refactor: move jwt to authManager * refactor: remove unused code * refactor: remove protected * Revert "refactor: remove unused code" This reverts commit 8f81535ab7e9c412bdc4d4bc05abad64ff60ba3f. * feat: remove unused code * feat: improve code * fix: test error * test: update test * test: add test cases * docs: update * chore: update X-Role * fix: token's roleName not work * docs: update usage * fix: i18n Add APi key * docs: update capital * docs: update * feat: clean * Update package.json * Update roles.ts * fix: api key --------- Co-authored-by: chenos <chenlinxh@gmail.com>
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"name": "@nocobase/preset-nocobase",
|
|
"version": "0.10.0-alpha.5",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/plugin-acl": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-api-keys": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-audit-logs": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-auth": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-charts": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-china-region": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-client": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-collection-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-duplicator": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-error-handler": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-excel-formula-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-export": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-file-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-formula-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-graph-collection-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-iframe-block": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-import": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-map": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-math-formula-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-mobile-client": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-multi-app-manager": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-multi-app-share-collection": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-oidc": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-saml": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-sample-hello": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-sequence-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-sms-auth": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-snapshot-field": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-system-settings": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-ui-routes-storage": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-ui-schema-storage": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-users": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-verification": "0.10.0-alpha.5",
|
|
"@nocobase/plugin-workflow": "0.10.0-alpha.5",
|
|
"@nocobase/server": "0.10.0-alpha.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/presets/nocobase"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|