@nocobase/plugin-verification
Version:
User identity verification management, including SMS, TOTP authenticator, with extensibility.
44 lines (43 loc) • 1.65 kB
JSON
{
"name": "@nocobase/plugin-verification",
"displayName": "Verification",
"displayName.ru-RU": "Верификация",
"displayName.zh-CN": "验证",
"description": "User identity verification management, including SMS, TOTP authenticator, with extensibility.",
"description.ru-RU": "Управление проверкой личности пользователя, включая SMS, TOTP-авторизацию, с возможностью расширения.",
"description.zh-CN": "用户身份验证管理,包含短信、TOTP 认证器等,可扩展。",
"version": "1.9.19",
"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",
"homepage.ru-RU": "https://docs-ru.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": "a6893165eddc9e1bd7cf9f5de9c2dce9a77571dd",
"keywords": [
"Authentication",
"Verification",
"Security"
]
}