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 373
373
"gitHubRepoPath" : " brianvoe/sjwt" ,
374
374
"repoUrl" : " https://github.com/brianvoe/sjwt" ,
375
375
"installCommandHtml" : " go get <a href=\" https://godoc.org/github.com/brianvoe/sjwt\" >github.com/brianvoe/sjwt</a>"
376
+ },
377
+ {
378
+ "minimumVersion" : 1.12 ,
379
+ "support" : {
380
+ "sign" : true ,
381
+ "verify" : true ,
382
+ "iss" : true ,
383
+ "sub" : true ,
384
+ "aud" : true ,
385
+ "exp" : true ,
386
+ "nbf" : true ,
387
+ "iat" : true ,
388
+ "jti" : true ,
389
+ "hs256" : true ,
390
+ "hs384" : true ,
391
+ "hs512" : true ,
392
+ "rs256" : true ,
393
+ "rs384" : true ,
394
+ "rs512" : true ,
395
+ "es256" : true ,
396
+ "es384" : true ,
397
+ "es512" : true ,
398
+ "ps256" : true ,
399
+ "ps384" : true ,
400
+ "ps512" : true
401
+ },
402
+ "authorUrl" : " https://github.com/cristalhq" ,
403
+ "authorName" : " Oleg Kovalov" ,
404
+ "gitHubRepoPath" : " cristalhq/jwt" ,
405
+ "repoUrl" : " https://github.com/cristalhq/jwt" ,
406
+ "installCommandHtml" : " go get github.com/cristalhq/jwt"
376
407
}
377
408
]
378
409
}
You can’t perform that action at this time.
0 commit comments