-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from Genocs/develop
Version 2.2.0
- Loading branch information
Showing
68 changed files
with
1,967 additions
and
2,089 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"info": { | ||
"_postman_id": "09274f07-3b68-474c-952d-416b0effe6f9", | ||
"name": "Genocs.Microservice.Template", | ||
"description": "# Genocs.Microservice.Template home page\n\nThis is the home page", | ||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | ||
"_exporter_id": "53972", | ||
"_collection_link": "https://genocs.postman.co/workspace/cac0ab1e-a0df-4c9e-875f-08faea91d1a3/collection/53972-09274f07-3b68-474c-952d-416b0effe6f9?action=share&source=collection_link&creator=53972" | ||
}, | ||
"info": { | ||
"_postman_id": "5f62b7de-2e37-4a71-b8e7-91366cd02ac6", | ||
"name": "Genocs.Microservice.Template", | ||
"description": "# Genocs.Microservice.Template home page\n\nThis is the home page", | ||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | ||
"_exporter_id": "53972", | ||
"_collection_link": "https://genocs.postman.co/workspace/Genocs~cac0ab1e-a0df-4c9e-875f-08faea91d1a3/collection/53972-5f62b7de-2e37-4a71-b8e7-91366cd02ac6?action=share&source=collection_link&creator=53972" | ||
}, | ||
"item": [ | ||
{ | ||
"name": "Identity", | ||
|
@@ -67,18 +67,16 @@ | |
"header": [ | ||
{ | ||
"key": "tenant", | ||
"value": "root", | ||
"uuid": "7d70b783-5cb8-4095-8545-6aad72922398" | ||
"value": "root" | ||
}, | ||
{ | ||
"key": "Accept-Language", | ||
"value": "en-US", | ||
"uuid": "393f40cc-5c02-404f-9ca2-fdfe924cab3d" | ||
"value": "en-US" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\r\n \"email\": \"{{root_admin_username}}\",\r\n \"password\": \"123Pa$$word!\"\r\n}", | ||
"raw": "{\r\n \"email\": \"{{root_admin_username}}\",\r\n \"password\": \"{{root_admin_password}}\"\r\n}", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
|
@@ -105,13 +103,12 @@ | |
{ | ||
"key": "tenant", | ||
"value": "beta", | ||
"type": "text", | ||
"uuid": "bf6a1df3-133d-4511-999d-9f0389904c03" | ||
"type": "text" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\r\n \"firstName\": \"John\",\r\n \"lastName\": \"Smith\",\r\n \"email\": \"[email protected]\",\r\n \"userName\": \"john.smith\",\r\n \"password\": \"123Pa$$word!\",\r\n \"confirmPassword\": \"123Pa$$word!\",\r\n \"phoneNumber\": \"99999\"\r\n}", | ||
"raw": "{\r\n \"firstName\": \"{{$randomNoun}}\",\r\n \"lastName\": \"Doe\",\r\n \"email\": \"{{$randomEmail}}\",\r\n \"userName\": \"{{$randomNoun}}\",\r\n \"password\": \"<your_password>\",\r\n \"confirmPassword\": \"<your_password>\",\r\n \"phoneNumber\": \"<your_mobile>\"\r\n}", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
|
@@ -154,7 +151,7 @@ | |
"header": [], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\r\n \"name\": \"Manager\",\r\n \"description\": \"tadaaaa!\"\r\n}", | ||
"raw": "{\r\n \"name\": \"Manager\",\r\n \"description\": \"Manager Role for root Tenant\"\r\n}", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
|
@@ -273,8 +270,7 @@ | |
{ | ||
"key": "tenant", | ||
"value": "root", | ||
"type": "text", | ||
"uuid": "f48242b8-1476-4565-9b4e-2740eca160aa" | ||
"type": "text" | ||
} | ||
], | ||
"body": { | ||
|
@@ -307,8 +303,7 @@ | |
{ | ||
"key": "tenant", | ||
"value": "root", | ||
"type": "text", | ||
"uuid": "5579a6ad-f79f-4205-909b-0266050ee573" | ||
"type": "text" | ||
} | ||
], | ||
"body": { | ||
|
@@ -379,13 +374,11 @@ | |
"header": [ | ||
{ | ||
"key": "tenant", | ||
"value": "root", | ||
"uuid": "5615fa07-cf09-4194-9dc8-e28973348321" | ||
"value": "root" | ||
}, | ||
{ | ||
"key": "Accept-Language", | ||
"value": "en-US", | ||
"uuid": "878b1b9a-58fc-4fd7-8fec-9dd00d56b179" | ||
"value": "en-US" | ||
} | ||
], | ||
"body": { | ||
|
@@ -426,13 +419,12 @@ | |
{ | ||
"key": "tenant", | ||
"value": "beta", | ||
"type": "text", | ||
"uuid": "30b923d7-ac55-40b3-a59e-2caceba17faa" | ||
"type": "text" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\r\n \"advancedSearch\": {\r\n \"fields\": [\r\n \"\"\r\n ],\r\n \"keyword\": \"\"\r\n },\r\n \"keyword\": \"\",\r\n \"pageNumber\": 0,\r\n \"pageSize\": 0,\r\n \"orderBy\": [\r\n \"id\"\r\n ]\r\n}", | ||
"raw": "{\r\n \"advancedSearch\": {\r\n \"fields\": [\r\n \"\"\r\n ],\r\n \"keyword\": \"\"\r\n },\r\n \"keyword\": \"\",\r\n \"pageNumber\": 0,\r\n \"pageSize\": 50,\r\n \"orderBy\": [\r\n \"id\"\r\n ]\r\n}", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
|
@@ -562,7 +554,6 @@ | |
{ | ||
"key": "", | ||
"value": "", | ||
"uuid": "aeab0bac-5e7d-43b6-bc4e-1cd0811a6469", | ||
"disabled": true | ||
} | ||
], | ||
|
@@ -610,8 +601,7 @@ | |
"header": [ | ||
{ | ||
"key": "tenant", | ||
"value": "beta", | ||
"uuid": "aac4da58-23b3-4d8d-9fa6-f5f3eb069c34" | ||
"value": "beta" | ||
} | ||
], | ||
"body": { | ||
|
@@ -923,12 +913,12 @@ | |
"method": "GET", | ||
"header": [], | ||
"url": { | ||
"raw": "{{root_url}}/health", | ||
"raw": "{{root_url}}/hc", | ||
"host": [ | ||
"{{root_url}}" | ||
], | ||
"path": [ | ||
"health" | ||
"hc" | ||
] | ||
} | ||
}, | ||
|
@@ -945,11 +935,12 @@ | |
"method": "GET", | ||
"header": [], | ||
"url": { | ||
"raw": "{{root_url}}/v1/dashboard", | ||
"raw": "{{root_url}}/api/v1/dashboard", | ||
"host": [ | ||
"{{root_url}}" | ||
], | ||
"path": [ | ||
"api", | ||
"v1", | ||
"dashboard" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/template/src/Infrastructure/Auth/Jwt/ConfigureJwtBearerOptions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.