mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:16:26 +00:00
ff097936dd
* fix: fix T-2063 * fix: fix T-2589 * chore: remove translation of page header * chore: add version check for migration * chore: switch locale files to JSON format * fix: bug * fix(auth): fix translation * fix: add App provider --------- Co-authored-by: chenos <chenlinxh@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.npmignore | ||
client.d.ts | ||
client.js | ||
package.json | ||
README.md | ||
server.d.ts | ||
server.js |
SMS Auth
提供短信登录认证功能。
依赖
@nocobase/auth
认证插件,提供认证相关功能,表、模型、函数复用等。@nocobase/plugin-verification
验证码插件,提供短信发送功能。
使用方法
新增验证码Provider
插件设置 - Verification/验证码
新增一个Provider, 并设置为默认方式。
新增SMS认证器
插件设置 - Authentication/认证
新增,选择认证类型为SMS,新增一个Authenticator。
效果如图: