-
Notifications
You must be signed in to change notification settings - Fork 339
/
Copy path29-Kotlin.json
103 lines (103 loc) · 2.46 KB
/
29-Kotlin.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
{
"name": "Kotlin",
"uniqueClass": "kotlin",
"image": "/img/29.svg",
"bgColor": "#f3750d",
"libs": [
{
"minimumVersion": null,
"support": {
"sign": true,
"verify": true,
"iss": true,
"sub": true,
"aud": true,
"exp": true,
"nbf": false,
"iat": true,
"jti": false,
"hs256": false,
"hs384": false,
"hs512": false,
"rs256": false,
"rs384": false,
"rs512": false,
"es256": true,
"es384": false,
"es512": false,
"ps256": false,
"ps384": false,
"ps512": false
},
"authorUrl": "https://github.com/PhilJay",
"authorName": "PhilJay",
"gitHubRepoPath": "PhilJay/JWT",
"repoUrl": "https://github.com/PhilJay/JWT",
"installCommandHtml": "maven: com.github.PhilJay / JWT / 1.1.5"
},
{
"minimumVersion": null,
"support": {
"sign": true,
"verify": true,
"iss": true,
"sub": true,
"aud": true,
"exp": true,
"nbf": true,
"iat": true,
"jti": false,
"hs256": true,
"hs384": true,
"hs512": true,
"rs256": true,
"rs384": true,
"rs512": true,
"es256": true,
"es256k": true,
"es384": true,
"es512": true,
"ps256": false,
"ps384": false,
"ps512": false
},
"authorUrl": "https://github.com/nefilim",
"authorName": "nefilim",
"gitHubRepoPath": "nefilim/kJWT",
"repoUrl": "https://github.com/nefilim/kJWT",
"installCommandHtml": "maven GAV: io.github.nefilim.kjwt:kjwt-core:0.3.0"
},
{
"minimumVersion": null,
"support": {
"sign": true,
"verify": true,
"iss": true,
"sub": true,
"aud": true,
"exp": true,
"nbf": true,
"iat": true,
"jti": true,
"typ": true,
"hs256": true,
"hs384": true,
"hs512": true,
"rs256": true,
"rs384": true,
"rs512": true,
"es256": true,
"es384": true,
"es512": true,
"ps256": true,
"ps384": true,
"ps512": true
},
"authorUrl": "https://github.com/ac-saro",
"authorName": "Yong Seo PARK",
"gitHubRepoPath": "saro-lab/jwt",
"repoUrl": "https://github.com/saro-lab/jwt",
"installCommandHtml": "maven: me.saro / jwt / 6.0.0"
}
]
}