@nocobase/plugin-auth-sms 1.3.46-beta → 1.3.48-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,23 +1,30 @@
1
- # SMS Auth
1
+ # NocoBase
2
2
 
3
- 提供短信登录认证功能。
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
4
6
 
5
- ## 依赖
6
7
 
7
- - `@nocobase/auth` 认证插件,提供认证相关功能,表、模型、函数复用等。
8
- - `@nocobase/plugin-verification` 验证码插件,提供短信发送功能。
8
+ ## What is NocoBase
9
9
 
10
- ## 使用方法
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
11
12
 
12
- ### 新增验证码Provider
13
- 插件设置 - Verification/验证码
14
- 新增一个Provider, 并设置为默认方式。
13
+ Homepage:
14
+ https://www.nocobase.com/
15
15
 
16
- <img src="https://s2.loli.net/2023/05/16/6VKDcqW41F8P9Gu.png" width="800px" />
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
17
18
 
18
- ### 新增SMS认证器
19
- 插件设置 - Authentication/认证
20
- 新增,选择认证类型为SMS,新增一个Authenticator。
19
+ Documents:
20
+ https://docs.nocobase.com/
21
21
 
22
- 效果如图:
23
- <img src="https://s2.loli.net/2023/05/16/GVW5mHTvBhn8Zck.png" width="400px" />
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
@@ -8,15 +8,15 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.46-beta",
11
+ "@nocobase/client": "1.3.48-beta",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.0",
14
- "@nocobase/plugin-auth": "1.3.46-beta",
14
+ "@nocobase/plugin-auth": "1.3.48-beta",
15
15
  "antd": "5.12.8",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/plugin-verification": "1.3.46-beta",
18
- "@nocobase/server": "1.3.46-beta",
19
- "@nocobase/utils": "1.3.46-beta",
20
- "@nocobase/auth": "1.3.46-beta",
21
- "@nocobase/database": "1.3.46-beta"
17
+ "@nocobase/plugin-verification": "1.3.48-beta",
18
+ "@nocobase/server": "1.3.48-beta",
19
+ "@nocobase/utils": "1.3.48-beta",
20
+ "@nocobase/auth": "1.3.48-beta",
21
+ "@nocobase/database": "1.3.48-beta"
22
22
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "认证:短信",
5
5
  "description": "SMS authentication.",
6
6
  "description.zh-CN": "通过短信验证码认证身份。",
7
- "version": "1.3.46-beta",
7
+ "version": "1.3.48-beta",
8
8
  "main": "./dist/server/index.js",
9
9
  "homepage": "https://docs.nocobase.com/handbook/auth-sms",
10
10
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "1.x",
26
26
  "@nocobase/test": "1.x"
27
27
  },
28
- "gitHead": "f63f7433de426ec069b71c1eb9ed24a17784e990",
28
+ "gitHead": "25f9e965a1ffe48a24e5d6ef18a6142abcf38ec3",
29
29
  "keywords": [
30
30
  "Authentication"
31
31
  ]