@things-factory/auth-base 9.0.34 → 9.0.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-base",
3
- "version": "9.0.34",
3
+ "version": "9.0.41",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -33,10 +33,10 @@
33
33
  "@google-cloud/recaptcha-enterprise": "^5.13.0",
34
34
  "@simplewebauthn/browser": "^13.0.0",
35
35
  "@simplewebauthn/server": "^13.0.0",
36
- "@things-factory/email-base": "^9.0.34",
37
- "@things-factory/env": "^9.0.20",
38
- "@things-factory/shell": "^9.0.34",
39
- "@things-factory/utils": "^9.0.20",
36
+ "@things-factory/email-base": "^9.0.41",
37
+ "@things-factory/env": "^9.0.41",
38
+ "@things-factory/shell": "^9.0.41",
39
+ "@things-factory/utils": "^9.0.41",
40
40
  "@types/webappsec-credential-management": "^0.6.9",
41
41
  "jsonwebtoken": "^9.0.0",
42
42
  "koa-passport": "^6.0.0",
@@ -47,5 +47,5 @@
47
47
  "passport-jwt": "^4.0.0",
48
48
  "passport-local": "^1.0.0"
49
49
  },
50
- "gitHead": "b85ff377bc6ca4a81e53342b20087d4e0a286772"
50
+ "gitHead": "cb26dfb3aad0feb7de506fec597017b44c24d31d"
51
51
  }
@@ -6,6 +6,7 @@
6
6
  "error.domain not allowed": "user not allowed domain `{subdomain}`",
7
7
  "error.email already exists": "email already used by another user",
8
8
  "error.failed to find x": "failed to find {x}",
9
+ "error.invalid username": "invalid username: {username}",
9
10
  "error.password should be supported": "initial password or default password should be supported",
10
11
  "error.password should match the rule": "password should match following rule. ${rule}",
11
12
  "error.password used in the past": "password used in the past",
@@ -6,6 +6,7 @@
6
6
  "error.domain not allowed": "'{subdomain}' 領域はこのユーザに許可されていません.",
7
7
  "error.email already exists": "メールはすでに他のユーザーによって使用されています.",
8
8
  "error.failed to find x": "{x}が見つかりません.",
9
+ "error.invalid username": "無効なユーザー名: {username}",
9
10
  "error.password should be supported": "初期パスワードまたはデフォルトパスワードがサポートされるべきです",
10
11
  "error.password should match the rule": "パスワードは次の規則を守らなければなりません. {rule}",
11
12
  "error.password used in the past": "過去に使用されたパスワードです.",
@@ -6,6 +6,7 @@
6
6
  "error.domain not allowed": "'{subdomain}' 영역은 이 사용자에게 허가되지 않았습니다.",
7
7
  "error.email already exists": "이메일이 이미 사용되고 있습니다.",
8
8
  "error.failed to find x": "{x}을(를) 찾을 수 없습니다.",
9
+ "error.invalid username": "유효하지 않은 사용자 이름: {username}",
9
10
  "error.password should be supported": "초기 비밀번호나 디폴트 비밀번호가 제공되어야 합니다.",
10
11
  "error.password should match the rule": "비밀번호는 다음 규칙을 지켜야 합니다. {rule}",
11
12
  "error.password used in the past": "과거에 사용된 비밀번호입니다.",
@@ -6,6 +6,7 @@
6
6
  "error.domain not allowed": "Pengguna tidak dibenarkan domain `{subdomain}`",
7
7
  "error.email already exists": "Emel telah digunakan oleh pengguna lain",
8
8
  "error.failed to find x": "Gagal mencari {x}",
9
+ "error.invalid username": "Nama pengguna tidak sah: {username}",
9
10
  "error.password should be supported": "kata laluan awal atau kata laluan lalai harus disokong",
10
11
  "error.password should match the rule": "Kata laluan harus mematuhi peraturan berikut. ${rule}",
11
12
  "error.password used in the past": "Kata laluan telah digunakan dalam masa lampau",
@@ -7,6 +7,7 @@
7
7
  "error.domain not allowed": "用户无权限使用`{subdomain}`域!",
8
8
  "error.email already exists": "电子邮件已被其他用户使用!",
9
9
  "error.failed to find x": "查询{x}失败!",
10
+ "error.invalid username": "无效的用户名: {username}",
10
11
  "error.password should be supported": "应支持初始密码或默认密码",
11
12
  "error.password should match the rule": "密码应符合以下规则。${rule}",
12
13
  "error.password used in the past": "使用过的密码!",