-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauthentication.json
More file actions
79 lines (79 loc) · 2.51 KB
/
authentication.json
File metadata and controls
79 lines (79 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"data": {
"id": "registerUser_1754666078910_f4b93092-9208-47fd-8c4f-14fca5dbf97e",
"label": "registerUser",
"inputs": [
"john_doe",
"secure_password"
],
"outputs": "User john_doe successfully registered",
"startTime": "2025-08-08T15:14:38.910Z",
"endTime": "2025-08-08T15:14:43.913Z",
"duration": 5003.102041989565,
"elapsedTime": "5 seconds and 3.102 ms",
"narratives": [],
"parallel": false,
"abstract": false,
"createTime": "2025-08-08T15:14:43.914Z"
},
"group": "nodes"
},
{
"data": {
"id": "loginUser_1754666083914_6eee6810-1b81-4890-b5db-9b4c7ecd3658",
"label": "loginUser",
"inputs": [
"john_doe",
"secure_password"
],
"outputs": "User john_doe successfully logged in",
"startTime": "2025-08-08T15:14:43.914Z",
"endTime": "2025-08-08T15:14:46.916Z",
"duration": 3002.5040000081062,
"elapsedTime": "3 seconds and 2.504 ms",
"narratives": [],
"parallel": false,
"abstract": false,
"createTime": "2025-08-08T15:14:46.917Z"
},
"group": "nodes"
},
{
"data": {
"id": "getUserInformation_1754666086917_3c66a9f8-f687-4fad-9e42-97e616071d3b",
"label": "getUserInformation",
"inputs": [
"john_doe"
],
"outputs": "User Information for john_doe: Full Name - John Doe, Email - john.doe@example.com, Role - User",
"startTime": "2025-08-08T15:14:46.918Z",
"endTime": "2025-08-08T15:14:47.919Z",
"duration": 1001.6173750162125,
"elapsedTime": "1 second and 1.617 ms",
"narratives": [],
"parallel": false,
"abstract": false,
"createTime": "2025-08-08T15:14:47.921Z"
},
"group": "nodes"
},
{
"data": {
"id": "registerUser_1754666078910_f4b93092-9208-47fd-8c4f-14fca5dbf97e->loginUser_1754666083914_6eee6810-1b81-4890-b5db-9b4c7ecd3658",
"source": "registerUser_1754666078910_f4b93092-9208-47fd-8c4f-14fca5dbf97e",
"target": "loginUser_1754666083914_6eee6810-1b81-4890-b5db-9b4c7ecd3658",
"parallel": false
},
"group": "edges"
},
{
"data": {
"id": "loginUser_1754666083914_6eee6810-1b81-4890-b5db-9b4c7ecd3658->getUserInformation_1754666086917_3c66a9f8-f687-4fad-9e42-97e616071d3b",
"source": "loginUser_1754666083914_6eee6810-1b81-4890-b5db-9b4c7ecd3658",
"target": "getUserInformation_1754666086917_3c66a9f8-f687-4fad-9e42-97e616071d3b",
"parallel": false
},
"group": "edges"
}
]