Skip to content

Commit 7347c7f

Browse files
authored
Create 29-Kotlin.json
1 parent 41b1d85 commit 7347c7f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "Kotlin",
3+
"uniqueClass": "kotlin",
4+
"image": "/img/29.svg",
5+
"bgColor": "#f3750d",
6+
"libs": [
7+
{
8+
"minimumVersion": null,
9+
"support": {
10+
"sign": true,
11+
"verify": true,
12+
"iss": true,
13+
"sub": true,
14+
"aud": true,
15+
"exp": true,
16+
"nbf": false,
17+
"iat": true,
18+
"jti": false,
19+
"hs256": false,
20+
"hs384": false,
21+
"hs512": false,
22+
"rs256": false,
23+
"rs384": false,
24+
"rs512": false,
25+
"es256": true,
26+
"es384": false,
27+
"es512": false,
28+
"ps256": false,
29+
"ps384": false,
30+
"ps512": false
31+
},
32+
"authorUrl": "https://github.com/PhilJay",
33+
"authorName": "PhilJay",
34+
"gitHubRepoPath": "PhilJay/JWT",
35+
"repoUrl": "https://github.com/PhilJay/JWT",
36+
"installCommandHtml": "maven: com.github.PhilJay / JWT / 1.1.5"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)