Move sessions to db table instead of JWTs
This commit is contained in:
@@ -15,8 +15,6 @@ let package = Package(
|
||||
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", from: "4.6.0"),
|
||||
// 🔵 Non-blocking, event-driven networking for Swift. Used for custom executors
|
||||
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
|
||||
// JWTs
|
||||
.package(url: "https://github.com/vapor/jwt.git", from: "5.0.0"),
|
||||
// MsgPack
|
||||
.package(url: "https://github.com/nnabeyang/swift-msgpack.git", from: "0.7.0")
|
||||
],
|
||||
@@ -29,7 +27,6 @@ let package = Package(
|
||||
.product(name: "Vapor", package: "vapor"),
|
||||
.product(name: "NIOCore", package: "swift-nio"),
|
||||
.product(name: "NIOPosix", package: "swift-nio"),
|
||||
.product(name: "JWT", package: "jwt"),
|
||||
.product(name: "SwiftMsgpack", package: "swift-msgpack"),
|
||||
],
|
||||
swiftSettings: swiftSettings
|
||||
|
Reference in New Issue
Block a user