-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
56 lines (56 loc) · 1.17 KB
/
Copy pathdata.json
File metadata and controls
56 lines (56 loc) · 1.17 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
{
"books": [
{
"title": "Angel & Demons",
"author": "Dan Brown",
"id": 1
},
{
"title": "Man inside the machine",
"author": "Steve Jobs",
"id": 2
},
{
"title": "Hacker's revenge",
"author": "Mandele Clever",
"id": 4
},
{
"title": "Start from the bottom",
"author": "Drake",
"id": 7
},
{
"title": "The Hacker",
"author": "Blow steen",
"id": 10
}
],
"users": [
{
"username": "admininstrator",
"password": "$2a$10$K4.G6OtJZIolFMdeRfX7GORr5roHmqbXI5O5GpxDZPKFVXk3ND.Fi",
"id": 1
},
{
"username": "michele96",
"password": "$2a$10$CcAy6ik8UKTOPXOn6Dmld.CV8djYJ3HW4vxG6R/myO7KGZTOgN6UC",
"id": 2
},
{
"username": "wwwadmin",
"password": "$2a$10$LIQC7PmygsWT7q5XxTfEGOCt5wNGH/qUGkXNDWTKLjr3I8QVgnN9G",
"id": 3
},
{
"username": "geek",
"password": "$2a$10$l/9IrQ4k00.XlgIlojxFLecN1VpFNnklVZE5fAR92TO5nT9w.jV9a",
"id": 4
},
{
"username": "moderator",
"password": "$2a$10$q1.HpHh8ubRRkHqMh6dHw.zjtNZKwacli50U9DmBWOqz84M3hboeO",
"id": 5
}
]
}