forked from frappe/changemakers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
storageState.json
55 lines (55 loc) · 1.16 KB
/
storageState.json
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
{
"cookies": [
{
"name": "sid",
"value": "20be16f8639c99af5a7e1e9eddcd3866e68cf36d5327c4af04bb6c5c",
"domain": "changemakers.localhost",
"path": "/",
"expires": 1675728105,
"httpOnly": true,
"secure": false,
"sameSite": "Lax"
},
{
"name": "system_user",
"value": "yes",
"domain": "changemakers.localhost",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false,
"sameSite": "Lax"
},
{
"name": "full_name",
"value": "Administrator",
"domain": "changemakers.localhost",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false,
"sameSite": "Lax"
},
{
"name": "user_id",
"value": "Administrator",
"domain": "changemakers.localhost",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false,
"sameSite": "Lax"
},
{
"name": "user_image",
"value": "",
"domain": "changemakers.localhost",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false,
"sameSite": "Lax"
}
],
"origins": []
}