Skip to content

Commit 7613338

Browse files
author
admin
committed
keeping relevant files
1 parent 49c6de6 commit 7613338

133 files changed

Lines changed: 4 additions & 27372 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Package.swift

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,17 @@ import PackageDescription
33
let package = Package(
44
name: "Perfect-Authentication",
55
targets: [
6-
Target(name: "OAuth2"),
7-
Target(
8-
name: "LocalAuthentication",
9-
dependencies: []
10-
)
6+
Target(name: "OAuth2")
7+
118
],
129
dependencies: [
1310
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 2),
1411
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTP.git", majorVersion: 2),
1512
.Package(url: "https://github.com/PerfectlySoft/Perfect-Logger.git", majorVersion: 1),
1613
.Package(url: "https://github.com/iamjono/SwiftString.git", majorVersion: 2),
17-
.Package(url: "https://github.com/PerfectlySoft/Perfect-Session.git", majorVersion: 1),
14+
.Package(url: "https://github.com/PerfectlySoft/Perfect-Session.git", majorVersion: 1)
15+
1816

19-
.Package(url: "https://github.com/iamjono/JSONConfig.git", majorVersion: 1),
20-
.Package(url: "https://github.com/PerfectlySoft/Perfect-RequestLogger.git", majorVersion: 1),
21-
.Package(url: "https://github.com/PerfectlySoft/Perfect-SMTP", majorVersion: 1),
22-
.Package(url: "https://github.com/SwiftORM/Postgres-StORM.git", majorVersion: 1),
23-
.Package(url: "https://github.com/PerfectlySoft/Perfect-Session-PostgreSQL.git", majorVersion: 1),
24-
.Package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", majorVersion: 2),
2517
]
2618

2719
)

Sources/LocalAuthentication/Routing/Extensions.swift

Lines changed: 0 additions & 48 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/Handlers.swift

Lines changed: 0 additions & 66 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/Routes.swift

Lines changed: 0 additions & 38 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/jsonroutes/JSONHandler.session.swift

Lines changed: 0 additions & 29 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/jsonroutes/JSONHandlers.login.swift

Lines changed: 0 additions & 60 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/jsonroutes/JSONHandlers.logout.swift

Lines changed: 0 additions & 30 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/jsonroutes/JSONHandlers.register.swift

Lines changed: 0 additions & 58 deletions
This file was deleted.

Sources/LocalAuthentication/Routing/jsonroutes/JSONHandlers.swift

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)