chyz 1.0.13-rc.3 → 1.0.13-rc.4

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.
Files changed (176) hide show
  1. package/{dist/BaseChyz.js → BaseChyz.js} +0 -0
  2. package/{dist/BaseChyz.js.map → BaseChyz.js.map} +0 -0
  3. package/{dist/Chyz.js → Chyz.js} +0 -0
  4. package/{dist/Chyz.js.map → Chyz.js.map} +0 -0
  5. package/{dist/base → base}/ActionFilter.js +0 -0
  6. package/{dist/base → base}/ActionFilter.js.map +0 -0
  7. package/{dist/base → base}/BaseError.js +0 -0
  8. package/{dist/base → base}/BaseError.js.map +0 -0
  9. package/{dist/base → base}/BaseObject.js +0 -0
  10. package/{dist/base → base}/BaseObject.js.map +0 -0
  11. package/{dist/base → base}/Behavior.js +0 -0
  12. package/{dist/base → base}/Behavior.js.map +0 -0
  13. package/{dist/base → base}/Component.js +0 -0
  14. package/{dist/base → base}/Component.js.map +0 -0
  15. package/{dist/base → base}/Configurable.js +0 -0
  16. package/{dist/base → base}/Configurable.js.map +0 -0
  17. package/{dist/base → base}/Controller.js +0 -0
  18. package/{dist/base → base}/Controller.js.map +0 -0
  19. package/{dist/base → base}/DataErrorDbException.js +0 -0
  20. package/{dist/base → base}/DataErrorDbException.js.map +0 -0
  21. package/{dist/base → base}/DbConnection.js +0 -0
  22. package/{dist/base → base}/DbConnection.js.map +0 -0
  23. package/{dist/base → base}/ForbiddenHttpException.js +0 -0
  24. package/{dist/base → base}/ForbiddenHttpException.js.map +0 -0
  25. package/{dist/base → base}/InvalidConfigException.js +0 -0
  26. package/{dist/base → base}/InvalidConfigException.js.map +0 -0
  27. package/{dist/base → base}/Model.js +0 -0
  28. package/{dist/base → base}/Model.js.map +0 -0
  29. package/{dist/base → base}/NotFoundHttpException.js +0 -0
  30. package/{dist/base → base}/NotFoundHttpException.js.map +0 -0
  31. package/{dist/base → base}/RestClient.js +0 -0
  32. package/{dist/base → base}/RestClient.js.map +0 -0
  33. package/{dist/base → base}/UnauthorizedHttpException.js +0 -0
  34. package/{dist/base → base}/UnauthorizedHttpException.js.map +0 -0
  35. package/{dist/base → base}/ValidationHttpException.js +0 -0
  36. package/{dist/base → base}/ValidationHttpException.js.map +0 -0
  37. package/{dist/base → base}/db/Exception.js +0 -0
  38. package/{dist/base → base}/db/Exception.js.map +0 -0
  39. package/{dist/base → base}/index.js +0 -0
  40. package/{dist/base → base}/index.js.map +0 -0
  41. package/{dist/decorator → decorator}/Middleware.js +0 -0
  42. package/{dist/decorator → decorator}/Middleware.js.map +0 -0
  43. package/{dist/decorator → decorator}/controller.js +0 -0
  44. package/{dist/decorator → decorator}/controller.js.map +0 -0
  45. package/{dist/decorator → decorator}/enums/ControllerDecoratorParams.js +0 -0
  46. package/{dist/decorator → decorator}/enums/ControllerDecoratorParams.js.map +0 -0
  47. package/{dist/decorator → decorator}/get.js +0 -0
  48. package/{dist/decorator → decorator}/get.js.map +0 -0
  49. package/{dist/decorator → decorator}/index.js +0 -0
  50. package/{dist/decorator → decorator}/index.js.map +0 -0
  51. package/{dist/decorator → decorator}/post.js +0 -0
  52. package/{dist/decorator → decorator}/post.js.map +0 -0
  53. package/{dist/filters → filters}/AccessControl.js +0 -0
  54. package/{dist/filters → filters}/AccessControl.js.map +0 -0
  55. package/{dist/filters → filters}/AccessRule.js +0 -0
  56. package/{dist/filters → filters}/AccessRule.js.map +0 -0
  57. package/{dist/filters → filters}/auth/AuthInterface.js +0 -0
  58. package/{dist/filters → filters}/auth/AuthInterface.js.map +0 -0
  59. package/{dist/filters → filters}/auth/AuthMethod.js +0 -0
  60. package/{dist/filters → filters}/auth/AuthMethod.js.map +0 -0
  61. package/{dist/filters → filters}/auth/HttpBasicAuth.js +0 -0
  62. package/{dist/filters → filters}/auth/HttpBasicAuth.js.map +0 -0
  63. package/{dist/filters → filters}/auth/HttpBearerAuth.js +0 -0
  64. package/{dist/filters → filters}/auth/HttpBearerAuth.js.map +0 -0
  65. package/{dist/filters → filters}/auth/HttpHeaderAuth.js +0 -0
  66. package/{dist/filters → filters}/auth/HttpHeaderAuth.js.map +0 -0
  67. package/{dist/filters → filters}/auth/JwtHttpBearerAuth.js +0 -0
  68. package/{dist/filters → filters}/auth/JwtHttpBearerAuth.js.map +0 -0
  69. package/{dist/filters → filters}/auth/KeyCloakHttpBearerAuth.js +0 -0
  70. package/{dist/filters → filters}/auth/KeyCloakHttpBearerAuth.js.map +0 -0
  71. package/{dist/filters → filters}/auth/index.js +0 -0
  72. package/{dist/filters → filters}/auth/index.js.map +0 -0
  73. package/{dist/filters → filters}/index.js +0 -0
  74. package/{dist/filters → filters}/index.js.map +0 -0
  75. package/{dist/index.js → index.js} +0 -0
  76. package/{dist/index.js.map → index.js.map} +0 -0
  77. package/{dist/model → model}/RouteDefinition.js +0 -0
  78. package/{dist/model → model}/RouteDefinition.js.map +0 -0
  79. package/package.json +1 -1
  80. package/{dist/requiments → requiments}/Glob.js +0 -0
  81. package/{dist/requiments → requiments}/Glob.js.map +0 -0
  82. package/{dist/requiments → requiments}/ReflectUtil.js +0 -0
  83. package/{dist/requiments → requiments}/ReflectUtil.js.map +0 -0
  84. package/{dist/requiments → requiments}/Utils.js +0 -0
  85. package/{dist/requiments → requiments}/Utils.js.map +0 -0
  86. package/{dist/validators → validators}/BooleanValidator.js +0 -0
  87. package/{dist/validators → validators}/BooleanValidator.js.map +0 -0
  88. package/{dist/validators → validators}/CompareValidator.js +0 -0
  89. package/{dist/validators → validators}/CompareValidator.js.map +0 -0
  90. package/{dist/validators → validators}/DateValidator.js +0 -0
  91. package/{dist/validators → validators}/DateValidator.js.map +0 -0
  92. package/{dist/validators → validators}/EmailValidator.js +0 -0
  93. package/{dist/validators → validators}/EmailValidator.js.map +0 -0
  94. package/{dist/validators → validators}/Validator.js +0 -0
  95. package/{dist/validators → validators}/Validator.js.map +0 -0
  96. package/{dist/web → web}/IdentityInterface.js +0 -0
  97. package/{dist/web → web}/IdentityInterface.js.map +0 -0
  98. package/{dist/web → web}/WebUser.js +0 -0
  99. package/{dist/web → web}/WebUser.js.map +0 -0
  100. package/BaseChyz.ts +0 -361
  101. package/Chyz.ts +0 -11
  102. package/Examples/Controllers/ApiController.ts +0 -131
  103. package/Examples/Controllers/KeyCloakController.ts +0 -100
  104. package/Examples/Controllers/PublicController.ts +0 -42
  105. package/Examples/Controllers/SiteController.ts +0 -139
  106. package/Examples/Models/Categories.ts +0 -36
  107. package/Examples/Models/Customer.ts +0 -115
  108. package/Examples/Models/KeycloakUser.ts +0 -66
  109. package/Examples/Models/Order.ts +0 -64
  110. package/Examples/Models/OrderItem.ts +0 -27
  111. package/Examples/Models/ProductModels.ts +0 -50
  112. package/Examples/Models/ProductToCategories.ts +0 -35
  113. package/Examples/Models/Products.ts +0 -49
  114. package/Examples/Models/Stocks.ts +0 -60
  115. package/Examples/Models/User.ts +0 -100
  116. package/Examples/Models/UserPermission.ts +0 -37
  117. package/Examples/index-keycloack.ts +0 -78
  118. package/Examples/index.ts +0 -39
  119. package/Examples/keycloak.json +0 -7
  120. package/Examples/log/access.log +0 -0
  121. package/Examples/log/app.log +0 -923
  122. package/Examples/log/errors.log +0 -80
  123. package/Examples/package.json +0 -46
  124. package/Examples/tsconfig.json +0 -20
  125. package/base/ActionFilter.ts +0 -71
  126. package/base/BaseError.ts +0 -26
  127. package/base/BaseObject.ts +0 -19
  128. package/base/Behavior.ts +0 -6
  129. package/base/Component.ts +0 -66
  130. package/base/Configurable.ts +0 -10
  131. package/base/Controller.ts +0 -84
  132. package/base/DataErrorDbException.ts +0 -16
  133. package/base/DbConnection.ts +0 -51
  134. package/base/ForbiddenHttpException.ts +0 -15
  135. package/base/InvalidConfigException.ts +0 -16
  136. package/base/Model.ts +0 -354
  137. package/base/NotFoundHttpException.ts +0 -14
  138. package/base/RestClient.ts +0 -28
  139. package/base/UnauthorizedHttpException.ts +0 -17
  140. package/base/ValidationHttpException.ts +0 -14
  141. package/base/db/Exception.ts +0 -14
  142. package/base/index.ts +0 -16
  143. package/decorator/Middleware.ts +0 -9
  144. package/decorator/controller.ts +0 -22
  145. package/decorator/enums/ControllerDecoratorParams.ts +0 -5
  146. package/decorator/get.ts +0 -37
  147. package/decorator/index.ts +0 -3
  148. package/decorator/post.ts +0 -36
  149. package/dist/README.md +0 -270
  150. package/dist/log/config/log4js.json +0 -55
  151. package/dist/package.json +0 -55
  152. package/filters/AccessControl.ts +0 -64
  153. package/filters/AccessRule.ts +0 -137
  154. package/filters/auth/AuthInterface.ts +0 -34
  155. package/filters/auth/AuthMethod.ts +0 -88
  156. package/filters/auth/HttpBasicAuth.ts +0 -7
  157. package/filters/auth/HttpBearerAuth.ts +0 -31
  158. package/filters/auth/HttpHeaderAuth.ts +0 -53
  159. package/filters/auth/JwtHttpBearerAuth.ts +0 -80
  160. package/filters/auth/KeyCloakHttpBearerAuth.ts +0 -115
  161. package/filters/auth/index.ts +0 -3
  162. package/filters/index.ts +0 -2
  163. package/index.ts +0 -14
  164. package/model/RouteDefinition.ts +0 -18
  165. package/package-lock.json +0 -5259
  166. package/requiments/Glob.ts +0 -9
  167. package/requiments/ReflectUtil.ts +0 -26
  168. package/requiments/Utils.ts +0 -57
  169. package/tsconfig.json +0 -18
  170. package/validators/BooleanValidator.ts +0 -0
  171. package/validators/CompareValidator.ts +0 -0
  172. package/validators/DateValidator.ts +0 -0
  173. package/validators/EmailValidator.ts +0 -0
  174. package/validators/Validator.ts +0 -27
  175. package/web/IdentityInterface.ts +0 -62
  176. package/web/WebUser.ts +0 -100
@@ -1,27 +0,0 @@
1
- import {DataTypes, Model} from "../../base";
2
-
3
- export class OrderItemClass extends Model {
4
- [x: string]: any;
5
-
6
- public tableName() {
7
- return 'order_items';
8
- }
9
-
10
- public attributes() {
11
- return {
12
-
13
- status: {
14
- type: DataTypes.BOOLEAN,
15
- validate: {
16
- isBoolean: true
17
- }
18
- }
19
- }
20
- }
21
-
22
- }
23
- const OrderItem = new OrderItemClass()
24
- export { OrderItem };
25
-
26
-
27
-
@@ -1,50 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
- import {DataTypes, Model, Relation} from "../../base";
8
- import {Products} from "./Products";
9
-
10
- export class ProductModelsClass extends Model {
11
- [x: string]: any;
12
-
13
- tableName() {
14
- return 'models';
15
- }
16
-
17
-
18
- attributes() {
19
- return {
20
- // Model attributes are defined here
21
- title: {
22
- type: DataTypes.STRING,
23
- allowNull: false
24
- },
25
- stock_code: {
26
- type: DataTypes.STRING,
27
- allowNull: false
28
- },
29
- properties: {
30
- type: DataTypes.STRING,
31
- allowNull: false
32
- }
33
-
34
- }
35
- }
36
-
37
- relation(): Relation[] {
38
- return [
39
- {
40
- type: "hasOne",
41
- foreignKey: "id",
42
- sourceKey: "category_id",
43
- model: Products.model()
44
- }
45
- ]
46
- }
47
- }
48
-
49
- const ProductModels = new ProductModelsClass();
50
- export {ProductModels}
@@ -1,35 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
- import {DataTypes, Model} from "../../base";
8
-
9
- export class ProductToCategoriesClass extends Model {
10
- [x: string]: any;
11
-
12
- tableName() {
13
- return 'product_to_categories';
14
- }
15
-
16
-
17
- attributes() {
18
- return {
19
- // Model attributes are defined here
20
- product_id: {
21
- type: DataTypes.INTEGER,
22
- allowNull: false
23
- },
24
- categories_id: {
25
- type: DataTypes.INTEGER,
26
- allowNull: false
27
- }
28
-
29
- }
30
- }
31
-
32
- }
33
-
34
- const ProductToCategories = new ProductToCategoriesClass()
35
- export {ProductToCategories}
@@ -1,49 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
- import {DataTypes, Model, Relation} from "../../base";
8
- import {ProductModels} from "./ProductModels";
9
-
10
- export class ProductsClass extends Model {
11
- [x: string]: any;
12
-
13
- tableName() {
14
- return 'products';
15
- }
16
-
17
- attributes() {
18
- return {
19
- // Model attributes are defined here
20
- title: {
21
- type: DataTypes.STRING,
22
- allowNull: false
23
- },
24
- model_id: {
25
- type: DataTypes.INTEGER,
26
- allowNull: false
27
- },
28
- properties: {
29
- type: DataTypes.STRING,
30
- allowNull: false
31
- }
32
-
33
- }
34
- }
35
-
36
- relations(): Relation[] {
37
- return [
38
- {
39
- type: "hasOne",
40
- foreignKey: "id",
41
- sourceKey: "model_id",
42
- model: ProductModels.model()
43
- }
44
- ]
45
- }
46
- }
47
-
48
- const Products = new ProductsClass()
49
- export {Products}
@@ -1,60 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
- import {DataTypes, Model} from "../../base";
8
-
9
- export class StocksClass extends Model {
10
- [x: string]: any;
11
-
12
- public tableName() {
13
- return 'stock';
14
- }
15
-
16
- /**
17
- * product_id int4
18
- * properties jsonb
19
- * status int2
20
- * barcode string(20)
21
- * stock_code string(20)
22
- * model_id int4
23
- */
24
- public attributes() {
25
- return {
26
- // Model attributes are defined here
27
- product_id: {
28
- type: DataTypes.INTEGER,
29
- allowNull: false
30
- },
31
-
32
- barcode: {
33
- type: DataTypes.STRING,
34
- allowNull: false,
35
- validate: {
36
- len: 20
37
- }
38
- },
39
- stock_code: {
40
- type: DataTypes.STRING,
41
- allowNull: false,
42
- validate: {
43
- len: 20
44
- }
45
- },
46
- model_id: {
47
- type: DataTypes.INTEGER,
48
- allowNull: false
49
- },
50
- status: {
51
- type: DataTypes.INTEGER,
52
- allowNull: false
53
- }
54
-
55
- }
56
- }
57
- }
58
-
59
- const Stocks = new StocksClass();
60
- export {Stocks}
@@ -1,100 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
- // @ts-ignore
8
-
9
-
10
- import {IdentityInterface} from "../../web/IdentityInterface";
11
- import {DataTypes, Model} from "../../base";
12
- import {BaseChyz} from "../../index";
13
-
14
- const JsonWebToken = require("jsonwebtoken");
15
-
16
- export class User extends Model implements IdentityInterface {
17
- [x: string]: any;
18
-
19
- public tableName() {
20
- return 'users';
21
- }
22
-
23
- findIdentity(id: number) {
24
- throw new Error("Method not implemented.");
25
- }
26
-
27
- getId(): number {
28
- throw new Error("Method not implemented.");
29
- }
30
-
31
- getAuthKey(): string {
32
- throw new Error("Method not implemented.");
33
- }
34
-
35
- validateAuthKey(authKey: string): boolean {
36
- throw new Error("Method not implemented.");
37
- }
38
-
39
- public attributes() {
40
- return {
41
- // Model attributes are defined here
42
- name: {
43
- type: DataTypes.STRING,
44
- allowNull: false
45
- },
46
- username: {
47
- type: DataTypes.STRING,
48
- allowNull: false
49
- },
50
- password: {
51
- type: DataTypes.STRING,
52
- allowNull: false
53
- },
54
- email: {
55
- type: DataTypes.STRING,
56
- allowNull: false
57
- },
58
- permissions_id: {
59
- type: DataTypes.INTEGER,
60
- allowNull: false
61
- },
62
- authkey: {
63
- type: DataTypes.STRING
64
- // allowNull defaults to true
65
- },
66
- status: {
67
- type: DataTypes.STRING
68
- // allowNull defaults to true
69
- }
70
- }
71
- }
72
-
73
- async findIdentityByAccessToken(token, type) {
74
- let decoded = JsonWebToken.decode(token, {complete: true})
75
-
76
- if(!decoded.payload.user) {
77
- return null;
78
- }
79
-
80
- let identity = await this.findOne({where: {id: parseInt(decoded.payload.user)}});
81
- if (identity) {
82
- BaseChyz.debug("Find Identity By AccessToken: User Found", decoded.payload)
83
- try {
84
- JsonWebToken.verify(token, identity.authkey);
85
- BaseChyz.debug("Find Identity By AccessToken: User Verify Success")
86
- return identity;
87
- } catch (err) {
88
- if (err.name == "TokenExpiredError")
89
- BaseChyz.debug("Find Identity By AccessToken: Token Expired")
90
- else
91
- BaseChyz.debug("Find Identity By AccessToken: User Verify Failed")
92
- return null;
93
- }
94
- }
95
- BaseChyz.debug("Find Identity By AccessToken: User Verify Failed")
96
- return null;
97
- }
98
-
99
-
100
- }
@@ -1,37 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
- // @ts-ignore
8
-
9
-
10
- import {DataTypes, Model} from "../../base";
11
-
12
- export class UserPermissionClass extends Model {
13
- [x: string]: any;
14
-
15
- public tableName() {
16
- return 'user_permissions';
17
- }
18
-
19
-
20
- public attributes() {
21
- return {
22
- // Model attributes are defined here
23
- object_type: {
24
- type: DataTypes.STRING,
25
- allowNull: false
26
- },
27
- object_value: {
28
- type: DataTypes.STRING,
29
- allowNull: false
30
- }
31
-
32
- }
33
- }
34
- }
35
-
36
- const UserPermission = new UserPermissionClass();
37
- export {UserPermission}
@@ -1,78 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
-
8
-
9
- require('dotenv-flow').config();
10
-
11
- process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
12
-
13
- import Chyz from "../Chyz";
14
- import {WebUser} from "../web/WebUser";
15
- import {KeycloakUser as Identity} from "./Models/KeycloakUser";
16
- // @ts-ignore
17
- import {DbConnection} from "../base/DbConnection";
18
-
19
- var Keycloak = require('keycloak-connect');
20
- var session = require('express-session');
21
- var memoryStore = new session.MemoryStore();
22
-
23
-
24
- var keycloakConfig = {
25
- "realm": "CameraBox",
26
- "auth-server-url": "https://keycloak.hubbox.io:8080/auth/",
27
- //"ssl-required": "external",
28
- "resource": "izanami",
29
- "verify-token-audience": true,
30
- "bearerOnly": true,
31
- "confidential-port":0,
32
- "policy-enforcer":{},
33
- "credentials": {
34
- "secret": "0b476571-28ab-49b1-9968-90fce6294d5a"
35
- }
36
-
37
- };
38
-
39
-
40
-
41
- Keycloak.prototype.accessDenied = function () {
42
- return null;
43
- }
44
-
45
- var keycloak = new Keycloak({scope: 'offline_access'}, keycloakConfig);
46
-
47
-
48
- let config = {
49
- port: 3000,
50
- controllerpath: "C:\\PROJELER\\github\\Chy-Nodejs-Framework\\Examples\\Controllers",
51
- components: {
52
- db: {
53
- class: DbConnection,
54
- database: process.env.DBDATABASE,
55
- username: process.env.DBUSER,
56
- password: process.env.DBPASS,
57
- options: {
58
- host: process.env.DBHOST,
59
- dialect: 'postgres', /* one of 'mysql' | 'mariadb' | 'postgres' | 'mssql' */
60
- // disable logging; default: console.log
61
- logging: false
62
- }
63
- },
64
- user: {
65
- 'class': WebUser,
66
- 'identityClass': Identity
67
- }
68
- },
69
- middlewares: {
70
- keycloak: {
71
- keycloak: keycloak,
72
- config: {
73
- logout: '/logout'
74
- }
75
- }
76
- }
77
- }
78
- Chyz.app(config).Start();
package/Examples/index.ts DELETED
@@ -1,39 +0,0 @@
1
- /*
2
- * Copyright (c) 2021. Chy Bilgisayar Bilisim
3
- * Author: Cihan Ozturk
4
- * E-mail: cihan@chy.com.tr
5
- * Github:https://github.com/cihan53/
6
- */
7
-
8
-
9
- import {BaseChyz} from "../index";
10
- require('dotenv-flow').config();
11
- import Chyz from "../Chyz";
12
- import {WebUser} from "../web/WebUser";
13
- import {User} from "./Models/User";
14
- import {DbConnection} from "../base";
15
-
16
- let config = {
17
- port: process.env.PORT,
18
- controllerpath: "C:\\PROJELER\\github\\Chy-Nodejs-Framework\\Examples\\Controllers",
19
- components: {
20
- db: {
21
- class: DbConnection,
22
- database: process.env.DBDATABASE,
23
- username: process.env.DBUSER,
24
- password: process.env.DBPASS,
25
- options: {
26
- host: process.env.DBHOST,
27
- dialect: 'postgres', /* one of 'mysql' | 'mariadb' | 'postgres' | 'mssql' */
28
- // disable logging; default: console.log
29
- logging: (msg: any) => BaseChyz.debug(msg)
30
- }
31
- },
32
- user: {
33
- 'class': WebUser,
34
- 'identityClass': User
35
- }
36
- }
37
-
38
- }
39
- Chyz.app(config).Start();
@@ -1,7 +0,0 @@
1
- {
2
- "realm": "quickstart",
3
- "bearer-only": true,
4
- "auth-server-url": "http://localhost:8180/auth",
5
- "ssl-required": "external",
6
- "resource": "service-nodejs"
7
- }
File without changes