We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65e705 commit 62c551bCopy full SHA for 62c551b
Package.swift
@@ -74,7 +74,8 @@ let package = Package(
74
.product(name: "SwiftPMDataModel-auto", package: "swift-package-manager"),
75
.product(name: "SwiftPMPackageCollections", package: "swift-package-manager"),
76
.product(name: "Vapor", package: "vapor"),
77
- .product(name: "SotoCognitoAuthentication", package: "soto-cognito-authentication")
+ .product(name: "SotoCognitoAuthentication", package: "soto-cognito-authentication"),
78
+ .product(name: "JWTKit", package: "jwt-kit")
79
],
80
swiftSettings: swiftSettings,
81
linkerSettings: [.unsafeFlags(["-Xlinker", "-interposable"],
0 commit comments