{
"name": "@nocobase/plugin-auth",
"version": "0.20.0-alpha.2",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/auth",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/auth",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/react": "2.x",
"@formily/shared": "2.x",
"@types/cron": "^2.0.1",
"antd": "5.x",
"cron": "^2.3.1",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/actions": "0.x",
"@nocobase/auth": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x"
"displayName": "Authentication",
"displayName.zh-CN": "用户认证",
"description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.",
"description.zh-CN": "用户认证管理,包括基础的密码认证、短信认证、SSO 协议的认证等,可扩展。",
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [
"Authentication"
]
}