File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 65
65
"gitHubRepoPath" : " cisco/cjose" ,
66
66
"repoUrl" : " https://github.com/cisco/cjose" ,
67
67
"installCommandHtml" : " git clone <a href=\" https://github.com/cisco/cjose\" >https://github.com/cisco/cjose.git</a> && cd cjose && ./configure && make"
68
+ },
69
+ {
70
+ "minimumVersion" : null ,
71
+ "support" : {
72
+ "sign" : true ,
73
+ "verify" : true ,
74
+ "iss" : false ,
75
+ "sub" : false ,
76
+ "aud" : false ,
77
+ "exp" : false ,
78
+ "nbf" : false ,
79
+ "iat" : false ,
80
+ "jti" : false ,
81
+ "hs256" : true ,
82
+ "hs384" : true ,
83
+ "hs512" : true ,
84
+ "rs256" : false ,
85
+ "rs384" : false ,
86
+ "rs512" : false ,
87
+ "es256" : false ,
88
+ "es384" : false ,
89
+ "es512" : false ,
90
+ "ps256" : false ,
91
+ "ps384" : false ,
92
+ "ps512" : false
93
+ },
94
+ "authorUrl" : " https://github.com/TomzBench/jsmn-web-tokens" ,
95
+ "authorName" : " Thomas" ,
96
+ "gitHubRepoPath" : " TomzBench/jsmn-web-tokens" ,
97
+ "repoUrl" : " https://github.com/TomzBench/jsmn-web-tokens" ,
98
+ "installCommandHtml" : " git clone <a href=\" https://github.com/TomzBench/jsmn-web-tokens\" >https://github.com/TomzBench/jsmn-web-tokens.git</a> && cd jsmn-web-tokens && cmake . && cmake --build . --target install"
68
99
}
69
100
]
70
101
}
You can’t perform that action at this time.
0 commit comments