Skip to content

Commit 03be71f

Browse files
committed
Add joseswift
1 parent caf6e61 commit 03be71f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

views/website/libraries/19-Swift.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,37 @@
129129
"repoUrl": "https://github.com/IBM-Swift/Swift-JWT",
130130
"installCommandHtml":
131131
".package(url:\"https://github.com/IBM-Swift/Swift-JWT\", from: \"3.5.0\")"
132+
},
133+
{
134+
"minimumVersion": null,
135+
"support": {
136+
"sign": true,
137+
"verify": true,
138+
"iss": false,
139+
"sub": false,
140+
"aud": false,
141+
"exp": false,
142+
"nbf": false,
143+
"iat": false,
144+
"jti": false,
145+
"hs256": false,
146+
"hs384": false,
147+
"hs512": false,
148+
"rs256": true,
149+
"rs384": true,
150+
"rs512": true,
151+
"es256": true,
152+
"es384": true,
153+
"es512": true,
154+
"ps256": true,
155+
"ps384": true,
156+
"ps512": true
157+
},
158+
"authorUrl": "https://github.com/airsidemobile",
159+
"authorName": "Airside",
160+
"gitHubRepoPath": "airsidemobile/JOSESwift",
161+
"repoUrl": "https://github.com/airsidemobile/JOSESwift",
162+
"installCommandHtml": "pod 'JOSESwift'"
132163
}
133164
]
134165
}

0 commit comments

Comments
 (0)