Skip to content

Commit a17e5c2

Browse files
authored
Merge pull request jsonwebtoken#390 from simo5/patch-5
Update jwcrypto signature algorithm support
2 parents 0a5e23e + 2c0737e commit a17e5c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

views/website/libraries/1-Python.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@
8686
"rs512": true,
8787
"es256": true,
8888
"es384": true,
89-
"es512": true
89+
"es512": true,
90+
"ps256": true,
91+
"ps384": true,
92+
"ps512": true,
93+
"edDSA": true
9094
},
9195
"authorUrl": "https://github.com/simo5",
9296
"authorName": "Simo Sorce",

0 commit comments

Comments
 (0)