Skip to content

Commit 23c3195

Browse files
authored
Merge pull request jsonwebtoken#399 from Andrew-Lees11/master
IBM-Swift/Swift-JWT supports RSA-PSS from 3.5.0
2 parents d7f8c86 + 7a706f4 commit 23c3195

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

views/website/libraries/19-Swift.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@
119119
"es256": true,
120120
"es384": true,
121121
"es512": true,
122-
"ps256": false,
123-
"ps384": false,
124-
"ps512": false
122+
"ps256": true,
123+
"ps384": true,
124+
"ps512": true
125125
},
126126
"authorUrl": "https://github.com/IBM-Swift",
127127
"authorName": "IBM Swift",
128128
"gitHubRepoPath": "IBM-Swift/Swift-JWT",
129129
"repoUrl": "https://github.com/IBM-Swift/Swift-JWT",
130130
"installCommandHtml":
131-
".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"1.0.0\")"
131+
".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"3.5.0\")"
132132
}
133133
]
134134
}

0 commit comments

Comments
 (0)