Skip to content

Commit

Permalink
Update miladrahimi/php-jwt: add es256, es256k, es384 and eddsa
Browse files Browse the repository at this point in the history
Update miladrahimi/php-jwt: add es256, es256k, es384 and eddsa
  • Loading branch information
miladrahimi committed Nov 16, 2023
1 parent d69f31e commit bdef464
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions views/website/libraries/24-PHP.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"installCommandHtml": "composer require adhocore/jwt"
},
{
"minimumVersion": null,
"minimumVersion": "3.0.0",
"support": {
"sign": true,
"verify": true,
Expand All @@ -272,9 +272,11 @@
"rs256": true,
"rs384": true,
"rs512": true,
"es256": false,
"es384": false,
"es256": true,
"es256k": true,
"es384": true,
"es512": false,
"eddsa": true,
"ps256": false,
"ps384": false,
"ps512": false
Expand Down

0 comments on commit bdef464

Please sign in to comment.