Skip to content

Commit 626db5f

Browse files
authored
Merge pull request jsonwebtoken#339 from rucuriousyet/master
Add Golang Library
2 parents e1064c1 + 20ffb0e commit 626db5f

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

views/website/libraries/9-Go.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,34 @@
283283
"gitHubRepoPath": "pascaldekloe/jwt",
284284
"repoUrl": "https://github.com/pascaldekloe/jwt",
285285
"installCommandHtml": "go get github.com/pascaldekloe/jwt"
286+
},
287+
{
288+
"minimumVersion": null,
289+
"support": {
290+
"sign": true,
291+
"verify": true,
292+
"iss": false,
293+
"sub": false,
294+
"aud": false,
295+
"exp": false,
296+
"nbf": false,
297+
"iat": false,
298+
"jti": false,
299+
"hs256": true,
300+
"hs384": false,
301+
"hs512": true,
302+
"rs256": false,
303+
"rs384": false,
304+
"rs512": false,
305+
"es256": false,
306+
"es384": false,
307+
"es512": false
308+
},
309+
"authorUrl": "https://gitlab.com/rucuriousyet",
310+
"authorName": "Seth Moeckel",
311+
"gitHubRepoPath": null,
312+
"repoUrl": "https://gitlab.com/rucuriousyet/jwt",
313+
"installCommandHtml": "go get gitlab.com/rucuriousyet/jwt"
286314
}
287315
]
288-
}
316+
}

0 commit comments

Comments
 (0)