nocobase/packages/plugins/@nocobase/plugin-sms-auth
2024-04-23 11:18:20 +08:00
..
src chore: update class names of plugins (#3981) 2024-04-09 12:12:24 +08:00
.npmignore
client.d.ts
client.js
LICENSE
package.json chore(versions): 😊 publish v0.21.0-alpha.15 2024-04-23 11:18:20 +08:00
README.md
server.d.ts
server.js

SMS Auth

提供短信登录认证功能。

依赖

  • @nocobase/auth 认证插件,提供认证相关功能,表、模型、函数复用等。
  • @nocobase/plugin-verification 验证码插件,提供短信发送功能。

使用方法

新增验证码Provider

插件设置 - Verification/验证码
新增一个Provider, 并设置为默认方式。

新增SMS认证器

插件设置 - Authentication/认证
新增选择认证类型为SMS新增一个Authenticator。

效果如图: