Skip to content

Commit 4ee9afe

Browse files
authored
Update 9-Go.json
1 parent 21d53d1 commit 4ee9afe

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

views/website/libraries/9-Go.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,37 @@
373373
"gitHubRepoPath": "brianvoe/sjwt",
374374
"repoUrl": "https://github.com/brianvoe/sjwt",
375375
"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"
376407
}
377408
]
378409
}

0 commit comments

Comments
 (0)