Skip to content

Commit

Permalink
🔥 remove jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
babacros committed Nov 8, 2022
1 parent 991ca97 commit 61edaef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
18 changes: 0 additions & 18 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@
"version": "0.5.3"
}
},
{
"package": "jwt-kit",
"repositoryURL": "https://github.com/vapor/jwt-kit",
"state": {
"branch": null,
"revision": "1822bb0abf0a31a4b5078ec19061c548835253b5",
"version": "4.3.0"
}
},
{
"package": "swift-atomics",
"repositoryURL": "https://github.com/apple/swift-atomics.git",
Expand All @@ -55,15 +46,6 @@
"version": "1.0.3"
}
},
{
"package": "swift-crypto",
"repositoryURL": "https://github.com/apple/swift-crypto.git",
"state": {
"branch": null,
"revision": "a8911e0fadc25aef1071d582355bd1037a176060",
"version": "2.0.4"
}
},
{
"package": "swift-nio",
"repositoryURL": "https://github.com/apple/swift-nio.git",
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ let package = Package(
targets: ["ACKLocalization"]),
],
dependencies: [
.package(url:"https://github.com/vapor/jwt-kit", .upToNextMajor(from: "4.3.0")),
.package(url: "https://github.com/googleapis/google-auth-library-swift", from: "0.5.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "ACKLocalizationCore",
dependencies: ["JWTKit", "OAuth2"]),
dependencies: ["OAuth2"]),
.target(
name: "ACKLocalization",
dependencies: ["ACKLocalizationCore"]),
Expand Down
41 changes: 0 additions & 41 deletions Sources/ACKLocalizationCore/Model/GoogleClaims.swift

This file was deleted.

0 comments on commit 61edaef

Please sign in to comment.