File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 34
34
"gitHubRepoPath" : " PhilJay/JWT" ,
35
35
"repoUrl" : " https://github.com/PhilJay/JWT" ,
36
36
"installCommandHtml" : " maven: com.github.PhilJay / JWT / 1.1.5"
37
+ },
38
+ {
39
+ "minimumVersion" : " 0.2.0" ,
40
+ "support" : {
41
+ "sign" : true ,
42
+ "verify" : true ,
43
+ "iss" : true ,
44
+ "sub" : true ,
45
+ "aud" : true ,
46
+ "exp" : true ,
47
+ "nbf" : true ,
48
+ "iat" : true ,
49
+ "jti" : false ,
50
+ "hs256" : true ,
51
+ "hs384" : true ,
52
+ "hs512" : true ,
53
+ "rs256" : true ,
54
+ "rs384" : true ,
55
+ "rs512" : true ,
56
+ "es256" : true ,
57
+ "es256k" : true ,
58
+ "es384" : true ,
59
+ "es512" : true ,
60
+ "ps256" : false ,
61
+ "ps384" : false ,
62
+ "ps512" : false
63
+ },
64
+ "authorUrl" : " https://github.com/nefilim" ,
65
+ "authorName" : " nefilim" ,
66
+ "gitHubRepoPath" : " nefilim/kJWT" ,
67
+ "repoUrl" : " https://github.com/nefilim/kJWT" ,
68
+ "installCommandHtml" : " maven GAV: io.github.nefilim.kjwt:kjwt-core:0.2.0"
37
69
}
38
70
]
39
71
}
You can’t perform that action at this time.
0 commit comments