From 7219a8ad89e0e8bd0c2b8657b62e80f1049f7164 Mon Sep 17 00:00:00 2001 From: Seth Moeckel Date: Mon, 2 Jul 2018 21:00:17 -0400 Subject: [PATCH] added rucuriousyet/jwt --- views/website/libraries/9-Go.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/views/website/libraries/9-Go.json b/views/website/libraries/9-Go.json index 34e13bbf..54be8fb0 100644 --- a/views/website/libraries/9-Go.json +++ b/views/website/libraries/9-Go.json @@ -283,6 +283,34 @@ "gitHubRepoPath": "pascaldekloe/jwt", "repoUrl": "https://github.com/pascaldekloe/jwt", "installCommandHtml": "go get github.com/pascaldekloe/jwt" + }, + { + "minimumVersion": null, + "support": { + "sign": true, + "verify": true, + "iss": false, + "sub": false, + "aud": false, + "exp": false, + "nbf": false, + "iat": false, + "jti": false, + "hs256": true, + "hs384": false, + "hs512": true, + "rs256": false, + "rs384": false, + "rs512": false, + "es256": false, + "es384": false, + "es512": false + }, + "authorUrl": "https://gitlab.com/rucuriousyet", + "authorName": "Seth Moeckel", + "gitHubRepoPath": "rucuriousyet/jwt", + "repoUrl": "https://gitlab.com/rucuriousyet/jwt", + "installCommandHtml": "go get gitlab.com/rucuriousyet/jwt" } ] -} \ No newline at end of file +}