Skip to content

Commit a132416

Browse files
authored
Merge pull request jsonwebtoken#415 from Spomky/patch-1
EdDSA support for web-token/jwt-framework
2 parents 94c157c + 9fd88c5 commit a132416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/website/libraries/24-PHP.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
"es512": true,
183183
"ps256": true,
184184
"ps384": true,
185-
"ps512": true
185+
"ps512": true,
186+
"eddsa": true
186187
},
187188
"authorUrl": "https://github.com/Spomky",
188189
"authorName": "Spomky",

0 commit comments

Comments
 (0)