File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 255
255
"gitHubRepoPath" : " gbrlsnchs/jwt" ,
256
256
"repoUrl" : " https://github.com/gbrlsnchs/jwt" ,
257
257
"installCommandHtml" : " go get github.com/gbrlsnchs/jwt"
258
+ },
259
+ {
260
+ "minimumVersion" : null ,
261
+ "support" : {
262
+ "sign" : true ,
263
+ "verify" : true ,
264
+ "iss" : true ,
265
+ "sub" : true ,
266
+ "aud" : true ,
267
+ "exp" : true ,
268
+ "nbf" : true ,
269
+ "iat" : true ,
270
+ "jti" : true ,
271
+ "hs256" : true ,
272
+ "hs384" : true ,
273
+ "hs512" : true ,
274
+ "rs256" : true ,
275
+ "rs384" : true ,
276
+ "rs512" : true ,
277
+ "es256" : false ,
278
+ "es384" : false ,
279
+ "es512" : false
280
+ },
281
+ "authorUrl" : " https://github.com/pascaldekloe" ,
282
+ "authorName" : " Pascal de Kloe" ,
283
+ "gitHubRepoPath" : " pascaldekloe/jwt" ,
284
+ "repoUrl" : " https://github.com/pascaldekloe/jwt" ,
285
+ "installCommandHtml" : " go get github.com/pascaldekloe/jwt"
258
286
}
259
287
]
260
288
}
You can’t perform that action at this time.
0 commit comments