Skip to content

Commit c4bf0fd

Browse files
authored
Merge pull request jsonwebtoken#398 from lepture/patch-1
Authlib supports PS256, PS384, and PS512
2 parents 296947c + d5d5638 commit c4bf0fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

views/website/libraries/1-Python.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@
118118
"rs512": true,
119119
"es256": true,
120120
"es384": true,
121-
"es512": true
121+
"es512": true,
122+
"ps256": true,
123+
"ps384": true,
124+
"ps512": true
122125
},
123126
"authorUrl": "https://github.com/lepture",
124127
"authorName": "Hsiaoming Yang",

0 commit comments

Comments
 (0)