Skip to content

Commit aa1c28a

Browse files
authored
Merge pull request jsonwebtoken#406 from brianvoe/patch-1
Update 9-Go.json
2 parents 049a5e0 + 011237e commit aa1c28a

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
@@ -342,6 +342,37 @@
342342
"gitHubRepoPath": null,
343343
"repoUrl": "https://gitlab.com/rucuriousyet/jwt",
344344
"installCommandHtml": "go get gitlab.com/rucuriousyet/jwt"
345+
},
346+
{
347+
"minimumVersion": null,
348+
"support": {
349+
"sign": true,
350+
"verify": true,
351+
"iss": true,
352+
"sub": true,
353+
"aud": true,
354+
"exp": true,
355+
"nbf": true,
356+
"iat": true,
357+
"jti": true,
358+
"hs256": true,
359+
"hs384": false,
360+
"hs512": false,
361+
"rs256": false,
362+
"rs384": false,
363+
"rs512": false,
364+
"es256": false,
365+
"es384": false,
366+
"es512": false,
367+
"ps256": false,
368+
"ps384": false,
369+
"ps512": false
370+
},
371+
"authorUrl": "https://github.com/brianvoe",
372+
"authorName": "Brian Voelker",
373+
"gitHubRepoPath": "brianvoe/sjwt",
374+
"repoUrl": "https://github.com/brianvoe/sjwt",
375+
"installCommandHtml": "go get github.com/brianvoe/sjwt"
345376
}
346377
]
347378
}

0 commit comments

Comments
 (0)