Skip to content

Commit b55f74e

Browse files
authored
Merge pull request jsonwebtoken#375 from pascaldekloe/master
Propagate PPS support for a Go library
2 parents d0f38cc + 336a950 commit b55f74e

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
@@ -302,9 +302,9 @@
302302
"es256": true,
303303
"es384": true,
304304
"es512": true,
305-
"ps256": false,
306-
"ps384": false,
307-
"ps512": false
305+
"ps256": true,
306+
"ps384": true,
307+
"ps512": true
308308
},
309309
"authorUrl": "https://github.com/pascaldekloe",
310310
"authorName": "Pascal de Kloe",

0 commit comments

Comments
 (0)