Skip to content

Commit 6845f51

Browse files
committed
Manual merge of PR #301: new Go library.
1 parent a8c6480 commit 6845f51

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

views/website/libraries/9-Go.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,34 @@
255255
"gitHubRepoPath": "gbrlsnchs/jwt",
256256
"repoUrl": "https://github.com/gbrlsnchs/jwt",
257257
"installCommandHtml": "go get github.com/gbrlsnchs/jwt"
258+
},
259+
{
260+
"minimumVersion": null,
261+
"support": {
262+
"sign": true,
263+
"verify": true,
264+
"iss": true,
265+
"sub": true,
266+
"aud": true,
267+
"exp": true,
268+
"nbf": true,
269+
"iat": true,
270+
"jti": true,
271+
"hs256": true,
272+
"hs384": true,
273+
"hs512": true,
274+
"rs256": true,
275+
"rs384": true,
276+
"rs512": true,
277+
"es256": false,
278+
"es384": false,
279+
"es512": false
280+
},
281+
"authorUrl": "https://github.com/pascaldekloe",
282+
"authorName": "Pascal de Kloe",
283+
"gitHubRepoPath": "pascaldekloe/jwt",
284+
"repoUrl": "https://github.com/pascaldekloe/jwt",
285+
"installCommandHtml": "go get github.com/pascaldekloe/jwt"
258286
}
259287
]
260288
}

0 commit comments

Comments
 (0)