-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_User.json
executable file
·53 lines (53 loc) · 1.46 KB
/
_User.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
{ "results": [
{
"ACL": {
"*": {
"read": true
},
"tmyhyWY2Cr": {
"read": true,
"write": true
}
},
"bcryptPassword": "$2a$10$hpUl9n78EPIbcHuZ8TLMuOLkW7XS9O6w5BX.vlF8NbluR5COgXkAu",
"createdAt": "2014-05-24T03:37:30.555Z",
"email": "[email protected]",
"nickname": "Paris",
"objectId": "tmyhyWY2Cr",
"passcode": "1234",
"sessionToken": "y12AsAdxGW95fEQuNlBGRuiXG",
"stories": [
"wGZ73QnVkG",
"daT1swtjU4"
],
"updatedAt": "2014-05-24T05:12:25.258Z",
"username": "[email protected]"
},
{
"ACL": {
"*": {
"read": true
},
"JWEA3WnV29": {
"read": true,
"write": true
}
},
"bcryptPassword": "$2a$10$FQ7sZOtllzjzzZ5rsWIDjO71R4ouo4EjElvlOfXMnIhYfT957wqem",
"createdAt": "2014-05-24T03:37:36.579Z",
"email": "[email protected]",
"favorite_stories": [
"daT1swtjU4"
],
"nickname": "Dennis",
"objectId": "JWEA3WnV29",
"passcode": "1234",
"sessionToken": "woCaMkKMYMIwNuj6fMhY8MMDL",
"stories": [
"kqMHUFjHxm",
"BWOsa8KTgV"
],
"updatedAt": "2014-05-24T05:12:22.439Z",
"username": "[email protected]"
}
] }