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 342
342
"gitHubRepoPath" : null ,
343
343
"repoUrl" : " https://gitlab.com/rucuriousyet/jwt" ,
344
344
"installCommandHtml" : " go get gitlab.com/rucuriousyet/jwt"
345
+ },
346
+ {
347
+ "minimumVersion" : null ,
348
+ "support" : {
349
+ "sign" : true ,
350
+ "verify" : true ,
351
+ "iss" : true ,
352
+ "sub" : true ,
353
+ "aud" : true ,
354
+ "exp" : true ,
355
+ "nbf" : true ,
356
+ "iat" : true ,
357
+ "jti" : true ,
358
+ "hs256" : true ,
359
+ "hs384" : false ,
360
+ "hs512" : false ,
361
+ "rs256" : false ,
362
+ "rs384" : false ,
363
+ "rs512" : false ,
364
+ "es256" : false ,
365
+ "es384" : false ,
366
+ "es512" : false ,
367
+ "ps256" : false ,
368
+ "ps384" : false ,
369
+ "ps512" : false
370
+ },
371
+ "authorUrl" : " https://github.com/brianvoe" ,
372
+ "authorName" : " Brian Voelker" ,
373
+ "gitHubRepoPath" : " brianvoe/sjwt" ,
374
+ "repoUrl" : " https://github.com/brianvoe/sjwt" ,
375
+ "installCommandHtml" : " go get github.com/brianvoe/sjwt"
345
376
}
346
377
]
347
378
}
You can’t perform that action at this time.
0 commit comments