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 128
128
"gitHubRepoPath" : " pokowaka/jwt-cpp" ,
129
129
"repoUrl" : " https://github.com/pokowaka/jwt-cpp" ,
130
130
"installCommandHtml" : " git clone https://github.com/pokowaka/jwt-cpp"
131
+ },
132
+ {
133
+ "minimumVersion" : null ,
134
+ "support" : {
135
+ "sign" : true ,
136
+ "verify" : true ,
137
+ "iss" : false ,
138
+ "sub" : false ,
139
+ "aud" : false ,
140
+ "exp" : false ,
141
+ "nbf" : false ,
142
+ "iat" : false ,
143
+ "jti" : false ,
144
+ "hs256" : true ,
145
+ "hs384" : true ,
146
+ "hs512" : true ,
147
+ "rs256" : true ,
148
+ "rs384" : true ,
149
+ "rs512" : true ,
150
+ "es256" : true ,
151
+ "es384" : true ,
152
+ "es512" : true ,
153
+ "ps256" : false ,
154
+ "ps384" : false ,
155
+ "ps512" : false
156
+ },
157
+ "authorUrl" : " https://github.com/pocoproject" ,
158
+ "authorName" : " POCO C++ Libraries" ,
159
+ "gitHubRepoPath" : " pocoproject/poco" ,
160
+ "repoUrl" : " https://github.com/pocoproject/poco" ,
161
+ "installCommandHtml" : " git clone https://github.com/pocoproject/poco.git"
131
162
}
132
163
]
133
164
}
You can’t perform that action at this time.
0 commit comments