-
Notifications
You must be signed in to change notification settings - Fork 4
/
project.json
30 lines (30 loc) · 905 Bytes
/
project.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
{
"projectName": "agama-typekey",
"description": "Implements behavioral authentication using keystroke data",
"type": "community",
"author": "SafinWasi",
"version": "0.1.1",
"authorWebsite": "https://github.com/GluuFederation/agama-typekey",
"githubUri": "https://github.com/GluuFederation/agama-typekey",
"license": "apache-2.0",
"lastUpdated": "1704730175403",
"tags": [
"authentication"
],
"noDirectLaunch": [],
"configs": {
"org.gluu.agama.typekey": {
"keystoreName": "",
"keystorePassword": "",
"orgId": "",
"scan_ssa": "",
"authHost": "https://account.gluu.org",
"scanHost": "https://cloud.gluu.org",
"phrases": {
"1": "Lorem Ipsum",
"2": "Dolor Si Amet"
}
}
},
"name": "agama-typekey"
}