Skip to content

Commit 019cd0f

Browse files
authored
golang-jwt: Added support for EdDSA
https://github.com/golang-jwt/jwt/releases/tag/v3.2.2 added support for EdDSA signatures
1 parent 05a3ad5 commit 019cd0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

views/website/libraries/9-Go.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"es512": true,
2828
"ps256": false,
2929
"ps384": false,
30-
"ps512": false
30+
"ps512": false,
31+
"eddsa": true
3132
},
3233
"authorUrl": "https://github.com/golang-jwt",
3334
"authorName": "golang-jwt",
@@ -474,4 +475,4 @@
474475
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/kataras/jwt\">github.com/kataras/jwt</a>"
475476
}
476477
]
477-
}
478+
}

0 commit comments

Comments
 (0)