this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

use remote swift package

+12 -3
+10 -1
Package.resolved
··· 1 1 { 2 - "originHash" : "76f98c0d52def5e7d5c79516d2e7a4fdfa68c70d7d07bb400dd0095cef1c0b26", 2 + "originHash" : "46681c90ffb61eca5269d3e2ab8743c6f802287641f8bccf7c47227aa7a6a97a", 3 3 "pins" : [ 4 4 { 5 5 "identity" : "jwt-kit", ··· 8 8 "state" : { 9 9 "revision" : "b5f82fb9dc238f2fcac53d721a222513a152613c", 10 10 "version" : "5.3.0" 11 + } 12 + }, 13 + { 14 + "identity" : "oauthenticator", 15 + "kind" : "remoteSourceControl", 16 + "location" : "https://github.com/radmakr/OAuthenticator.git", 17 + "state" : { 18 + "branch" : "CoreAtProtocol", 19 + "revision" : "e382a28c7f7dbdb36ec358b1324e0d2320249c70" 11 20 } 12 21 }, 13 22 {
+2 -2
Package.swift
··· 21 21 // Using fork with fix for WebAuthenticationSession platform guards 22 22 // PR pending at https://github.com/ChimeHQ/OAuthenticator 23 23 // .package(url: "https://github.com/ChimeHQ/OAuthenticator.git", branch: "main"), 24 - // .package(url: "https://github.com/radmakr/OAuthenticator.git", branch: "CoreAtProtocol"), 25 - .package(path: "../OAuthenticator"), 24 + .package(url: "https://github.com/radmakr/OAuthenticator.git", branch: "CoreAtProtocol"), 25 + // .package(path: "../OAuthenticator"), 26 26 .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0"), 27 27 ], 28 28 targets: [