Skip to content

Commit be7916e

Browse files
authored
Merge pull request jsonwebtoken#347 from pascaldekloe/master
Propagate ECDSA support for a Go library.
2 parents e492206 + ac9690e commit be7916e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/website/libraries/9-Go.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@
274274
"rs256": true,
275275
"rs384": true,
276276
"rs512": true,
277-
"es256": false,
278-
"es384": false,
279-
"es512": false
277+
"es256": true,
278+
"es384": true,
279+
"es512": true
280280
},
281281
"authorUrl": "https://github.com/pascaldekloe",
282282
"authorName": "Pascal de Kloe",

0 commit comments

Comments
 (0)