Skip to content

Commit 6cffb08

Browse files
committed
Updating info about jwt Go library
This PR updates the `jwt` Go library with features recently introduced in `v5`.
1 parent d12e26f commit 6cffb08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

views/website/libraries/9-Go.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"support": {
1010
"sign": true,
1111
"verify": true,
12-
"iss": false,
13-
"sub": false,
12+
"iss": true,
13+
"sub": true,
1414
"aud": true,
1515
"exp": true,
1616
"nbf": true,
@@ -25,16 +25,16 @@
2525
"es256": true,
2626
"es384": true,
2727
"es512": true,
28-
"ps256": false,
29-
"ps384": false,
30-
"ps512": false,
28+
"ps256": true,
29+
"ps384": true,
30+
"ps512": true,
3131
"eddsa": true
3232
},
3333
"authorUrl": "https://github.com/golang-jwt",
3434
"authorName": "golang-jwt",
3535
"gitHubRepoPath": "golang-jwt/jwt",
3636
"repoUrl": "https://github.com/golang-jwt/jwt",
37-
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt/v4\">github.com/golang-jwt/jwt/v4</a>"
37+
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt/v5\">github.com/golang-jwt/jwt/v5</a>"
3838
},
3939
{
4040
"minimumVersion": null,

0 commit comments

Comments
 (0)
close