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
  • Loading branch information
miladrahimi committed Nov 16, 2023
1 parent d69f31e commit b68636e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions views/website/libraries/24-PHP.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 b68636e

Please sign in to comment.