Added Register Workflow Request Handler and fixed some bugs
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
type: environment
|
||||
model: environment
|
||||
id: ev_rnW4WEytTs
|
||||
workspaceId: wk_gViMDNsLC9
|
||||
createdAt: 2025-07-25T17:21:10.849676300
|
||||
updatedAt: 2026-02-15T19:39:14.624560900
|
||||
name: Global Variables
|
||||
public: true
|
||||
base: true
|
||||
parentModel: workspace
|
||||
parentId: null
|
||||
variables:
|
||||
- enabled: true
|
||||
name: BASE_URL
|
||||
value: http://127.0.0.1:8080
|
||||
id: 9FaWWJII9c
|
||||
- enabled: true
|
||||
name: email
|
||||
value: jan.meinl@coph.dev
|
||||
id: 5g83mX2k0a
|
||||
- enabled: true
|
||||
name: firstname
|
||||
value: Jan
|
||||
id: CDpsUgXN2G
|
||||
- enabled: true
|
||||
name: lastname
|
||||
value: Meinl
|
||||
id: WJrnFEGNTM
|
||||
- enabled: true
|
||||
name: password
|
||||
value: TMm#J0r0iAlKliG6gBP73OnaN#ldOI&x
|
||||
id: sCrraX5tUu
|
||||
- enabled: true
|
||||
name: phoneNumber
|
||||
value: '+4915202989709'
|
||||
id: U8B5xaQqXb
|
||||
color: null
|
||||
sortPriority: 0.0
|
||||
@@ -0,0 +1,13 @@
|
||||
type: folder
|
||||
model: folder
|
||||
id: fl_gBnxCkQD7y
|
||||
createdAt: 2025-07-24T10:00:13.759993700
|
||||
updatedAt: 2025-07-24T10:00:13.759994200
|
||||
workspaceId: wk_gViMDNsLC9
|
||||
folderId: null
|
||||
authentication: {}
|
||||
authenticationType: null
|
||||
description: ''
|
||||
headers: []
|
||||
name: Auth
|
||||
sortPriority: -1753351200000.0
|
||||
@@ -0,0 +1,31 @@
|
||||
type: http_request
|
||||
model: http_request
|
||||
id: rq_eRxcYSQsbe
|
||||
createdAt: 2026-02-15T19:37:26.962157100
|
||||
updatedAt: 2026-02-15T19:39:42.170904100
|
||||
workspaceId: wk_gViMDNsLC9
|
||||
folderId: fl_gBnxCkQD7y
|
||||
authentication: {}
|
||||
authenticationType: null
|
||||
body:
|
||||
text: |-
|
||||
{
|
||||
"firstName": "${[ firstname ]}",
|
||||
"lastName": "${[ lastname ]}",
|
||||
"email": "${[ email ]}",
|
||||
"phoneNumber": "${[ phoneNumber ]}",
|
||||
"country": "de",
|
||||
"password": "${[ password ]}"
|
||||
}
|
||||
bodyType: application/json
|
||||
description: ''
|
||||
headers:
|
||||
- enabled: true
|
||||
name: Content-Type
|
||||
value: application/json
|
||||
id: d7yQvygRwt
|
||||
method: POST
|
||||
name: Register
|
||||
sortPriority: -1753351216695.0
|
||||
url: ${[ BASE_URL ]}/auth/register
|
||||
urlParameters: []
|
||||
@@ -0,0 +1,27 @@
|
||||
type: http_request
|
||||
model: http_request
|
||||
id: rq_qMQNa95s3H
|
||||
createdAt: 2025-07-24T10:00:16.697661100
|
||||
updatedAt: 2025-07-25T17:35:16.939160200
|
||||
workspaceId: wk_gViMDNsLC9
|
||||
folderId: fl_gBnxCkQD7y
|
||||
authentication: {}
|
||||
authenticationType: null
|
||||
body:
|
||||
text: |-
|
||||
{
|
||||
"email":"${[ email ]}",
|
||||
"password":"${[ password ]}"
|
||||
}
|
||||
bodyType: application/json
|
||||
description: ''
|
||||
headers:
|
||||
- enabled: true
|
||||
name: Content-Type
|
||||
value: application/json
|
||||
id: bMujbbncVX
|
||||
method: POST
|
||||
name: Login
|
||||
sortPriority: -1753351216695.0
|
||||
url: ${[ BASE_URL ]}/auth/login
|
||||
urlParameters: []
|
||||
@@ -0,0 +1,14 @@
|
||||
type: workspace
|
||||
model: workspace
|
||||
id: wk_gViMDNsLC9
|
||||
createdAt: 2025-07-24T09:59:20.801215
|
||||
updatedAt: 2025-07-24T09:59:22.805146400
|
||||
authentication: {}
|
||||
authenticationType: null
|
||||
description: ''
|
||||
headers: []
|
||||
name: FlightScore
|
||||
encryptionKeyChallenge: eUE0azNuQwGJlYhActHWAdNJxx20lcK8NFEhIOxgSadHRtl/TBAjdViFGuBpTqe2IxTYA9GbNSNeofdXpXD7psJqTH/UsWrzK2mqE7MwUbClYLVwi26gDREvzu7TK+aTJiA=
|
||||
settingValidateCertificates: true
|
||||
settingFollowRedirects: true
|
||||
settingRequestTimeout: 0
|
||||
Reference in New Issue
Block a user