@nocobase/plugin-verification
Version:
User identity verification management, including SMS, TOTP authenticator, with extensibility.
41 lines (40 loc) • 1.31 kB
JSON
{
"name": "@nocobase/plugin-verification",
"displayName": "Verification",
"displayName.zh-CN": "验证",
"description": "User identity verification management, including SMS, TOTP authenticator, with extensibility.",
"description.zh-CN": "用户身份验证管理,包含短信、TOTP 认证器等,可扩展。",
"version": "1.8.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/verification",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/verification",
"devDependencies": {
"@alicloud/dysmsapi20170525": "2.0.17",
"@alicloud/openapi-client": "0.4.12",
"@alicloud/tea-util": "1.4.4",
"@formily/antd-v5": "1.x",
"@formily/core": "2.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"antd": "5.x",
"react": "18.x",
"react-i18next": "^11.15.1",
"tencentcloud-sdk-nodejs": "^4.0.525"
},
"peerDependencies": {
"@nocobase/actions": "1.x",
"@nocobase/client": "1.x",
"@nocobase/database": "1.x",
"@nocobase/resourcer": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x",
"@nocobase/utils": "1.x"
},
"gitHead": "16a9193a22b9a5c5ebb588727153583da8edb92e",
"keywords": [
"Authentication",
"Verification",
"Security"
]
}