Skip to content

Commit 6614f26

Browse files
committed
A new home for dgrijalva/jwt-go
1 parent 54de742 commit 6614f26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

views/website/libraries/9-Go.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"aud": false,
1515
"exp": true,
1616
"nbf": true,
17-
"iat": false,
17+
"iat": true,
1818
"jti": false,
1919
"hs256": true,
2020
"hs384": true,
@@ -29,11 +29,11 @@
2929
"ps384": false,
3030
"ps512": false
3131
},
32-
"authorUrl": "https://github.com/dgrijalva",
33-
"authorName": "dgrijalva",
34-
"gitHubRepoPath": "dgrijalva/jwt-go",
35-
"repoUrl": "https://github.com/dgrijalva/jwt-go",
36-
"installCommandHtml": "go get <a href=\"https://godoc.org/github.com/dgrijalva/jwt-go\">github.com/dgrijalva/jwt-go</a>"
32+
"authorUrl": "https://github.com/golang-jwt",
33+
"authorName": "golang-jwt",
34+
"gitHubRepoPath": "golang-jwt/jwt",
35+
"repoUrl": "https://github.com/golang-jwt/jwt",
36+
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt\">github.com/golang-jwt/jwt</a>"
3737
},
3838
{
3939
"minimumVersion": null,
@@ -474,4 +474,4 @@
474474
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/kataras/jwt\">github.com/kataras/jwt</a>"
475475
}
476476
]
477-
}
477+
}

0 commit comments

Comments
 (0)