We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b83e3a4 + 77d3a7a commit b68451fCopy full SHA for b68451f
views/website/libraries/9-Go.json
@@ -5,13 +5,13 @@
5
"bgColor": "rgb(71, 182, 196)",
6
"libs": [
7
{
8
- "minimumVersion": null,
+ "minimumVersion": "v3.2.2",
9
"support": {
10
"sign": true,
11
"verify": true,
12
"iss": false,
13
"sub": false,
14
- "aud": false,
+ "aud": true,
15
"exp": true,
16
"nbf": true,
17
"iat": true,
@@ -34,7 +34,7 @@
34
"authorName": "golang-jwt",
35
"gitHubRepoPath": "golang-jwt/jwt",
36
"repoUrl": "https://github.com/golang-jwt/jwt",
37
- "installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt\">github.com/golang-jwt/jwt</a>"
+ "installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt/v4\">github.com/golang-jwt/jwt/v4</a>"
38
},
39
40
"minimumVersion": null,
0 commit comments