Skip to content

Commit

Permalink
Update Swift's JWTKit's supported algorithms (#680)
Browse files Browse the repository at this point in the history
* Update Swift's JWTKit supported algorithms

* Update JWTKit install command

* Format

* Add `typ` header to JWTKit
  • Loading branch information
ptoffy authored Oct 10, 2024
1 parent 59f098d commit 0c5ba7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions views/website/libraries/19-Swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"nbf": true,
"iat": true,
"jti": true,
"typ": true,
"hs256": true,
"hs384": true,
"hs512": true,
Expand All @@ -56,16 +57,16 @@
"es256": true,
"es384": true,
"es512": true,
"ps256": false,
"ps384": false,
"ps512": false
"ps256": true,
"ps384": true,
"ps512": true,
"eddsa": true
},
"authorUrl": "https://github.com/vapor",
"authorName": "Vapor",
"gitHubRepoPath": "vapor/jwt-kit",
"repoUrl": "https://github.com/vapor/jwt-kit",
"installCommandHtml":
".package(url: \"https://github.com/vapor/jwt-kit.git\", from: \"4.0.0\")"
"installCommandHtml": ".package(url: \"https://github.com/vapor/jwt-kit.git\", from: \"5.0.0\")"
},
{
"minimumVersion": null,
Expand Down Expand Up @@ -127,8 +128,7 @@
"authorName": "IBM Swift",
"gitHubRepoPath": "IBM-Swift/Swift-JWT",
"repoUrl": "https://github.com/IBM-Swift/Swift-JWT",
"installCommandHtml":
".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"3.5.0\")"
"installCommandHtml": ".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"3.5.0\")"
},
{
"minimumVersion": null,
Expand Down

0 comments on commit 0c5ba7a

Please sign in to comment.