this repo has no description
2
fork

Configure Feed

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

use upstream OAuthenticator

+2 -1
+1 -1
Package.resolved
··· 1 1 { 2 - "originHash" : "0bfda6ffc0ea7c8dd4ce38c35f7b56610491f4cbad85d36c6e9430ad607a2ce2", 2 + "originHash" : "99aa9c330fda282edf77dc395998a48ca7a73f95a2b8a7eb93af2315e174e757", 3 3 "pins" : [ 4 4 { 5 5 "identity" : "jwt-kit",
+1
Package.swift
··· 20 20 ], 21 21 dependencies: [ 22 22 .package(url: "https://github.com/ChimeHQ/OAuthenticator.git", branch: "main"), 23 + // .package(path: "../OAuthenticator"), 23 24 .package(url: "https://github.com/vapor/jwt-kit.git", from: "5.0.0"), 24 25 .package(url: "https://github.com/SparrowTek/NetworkingKit.git", branch: "main"), 25 26 ],