Skip to content

Commit

Permalink
Update miladrahimi/php-jwt: add typ, es256, es256k, es384 and eddsa
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Nov 23, 2023
1 parent d69f31e commit e9809a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 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 @@ -266,15 +266,18 @@
"nbf": true,
"iat": true,
"jti": true,
"typ": true,
"hs256": true,
"hs384": true,
"hs512": true,
"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 e9809a7

Please sign in to comment.