Skip to content

Commit 0a5e23e

Browse files
authored
Merge pull request jsonwebtoken#377 from gbrlsnchs/patch-1
Update available signing methods for gbrlsnchs/jwt
2 parents f1d8db5 + aab2869 commit 0a5e23e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/website/libraries/9-Go.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@
271271
"es256": true,
272272
"es384": true,
273273
"es512": true,
274-
"ps256": false,
275-
"ps384": false,
276-
"ps512": false
274+
"ps256": true,
275+
"ps384": true,
276+
"ps512": true
277277
},
278278
"authorUrl": "https://github.com/gbrlsnchs",
279-
"authorName": "gbrlsnchs",
279+
"authorName": "Gabriel Sanches",
280280
"gitHubRepoPath": "gbrlsnchs/jwt",
281281
"repoUrl": "https://github.com/gbrlsnchs/jwt",
282-
"installCommandHtml": "go get github.com/gbrlsnchs/jwt"
282+
"installCommandHtml": "go get -u github.com/gbrlsnchs/jwt/v3"
283283
},
284284
{
285285
"minimumVersion": null,

0 commit comments

Comments
 (0)