forked from thedevs-network/kutt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit_data.json
121 lines (121 loc) · 3.07 KB
/
init_data.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"organizations": [],
"applications": [
{
"owner": "admin",
"name": "my-oidc",
"displayName": "my-oidc",
"logo": "",
"homepageUrl": "",
"organization": "built-in",
"cert": "cert-built-in",
"enablePassword": true,
"enableSignUp": false,
"clientId": "81a39e63a2eff8ca76a1",
"clientSecret": "16f4967467fc2dfae42c7b86112f4e0db98df14c",
"providers": [
{
"name": "",
"canSignUp": true,
"canSignIn": true,
"canUnlink": false,
"prompted": false,
"alertType": "None"
}
],
"signinMethods": [
{
"name": "Password",
"displayName": "Password",
"rule": "All"
}
],
"signupItems": [],
"tokenFormat": "JWT",
"tokenFields": [],
"redirectUris": [
"http://localhost:3000/auth/sso/"
],
"expireInHours": 168,
"failedSigninLimit": 5,
"failedSigninFrozenTime": 15
}
],
"users": [
{
"owner": "built-in",
"name": "user-1",
"type": "normal-user",
"password": "aaaa123",
"displayName": "user-1",
"avatar": "https://cdn.casbin.org/img/casbin.svg",
"email": "192Mnggv@example.com",
"phone": "6262394976",
"countryCode": "US",
"address": [],
"affiliation": "Example Inc.",
"tag": "",
"score": 2000,
"ranking": 1,
"isAdmin": false,
"isForbidden": false,
"isDeleted": false,
"signupApplication": "",
"createdIp": ""
},
{
"owner": "built-in",
"name": "user-2",
"type": "normal-user",
"password": "aaaa123",
"displayName": "user-2",
"avatar": "https://cdn.casbin.org/img/casbin.svg",
"email": "b1ncGUVh@example.com",
"phone": "3462524353",
"countryCode": "US",
"address": [],
"affiliation": "Example Inc.",
"tag": "",
"score": 2000,
"ranking": 1,
"isAdmin": false,
"isForbidden": false,
"isDeleted": false,
"signupApplication": "",
"createdIp": ""
},
{
"owner": "built-in",
"name": "user-3",
"type": "normal-user",
"password": "aaaa123",
"displayName": "user-3",
"avatar": "https://cdn.casbin.org/img/casbin.svg",
"email": "2XHb1WgF@example.com",
"phone": "9149760382",
"countryCode": "US",
"address": [],
"affiliation": "Example Inc.",
"tag": "",
"score": 2000,
"ranking": 1,
"isAdmin": false,
"isForbidden": false,
"isDeleted": false,
"signupApplication": "",
"createdIp": ""
}
],
"providers": [],
"certs": [],
"ldaps": [],
"models": [],
"permissions": [],
"payments": [],
"products": [],
"resources": [],
"roles": [],
"syncers": [],
"tokens": [],
"webhooks": []
}