From c39e9945ca4fcd9a83245b8ed16381643c8b1280 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 17 Oct 2019 14:52:42 -0700 Subject: [PATCH] Uses ephemeral session when signing in to Patreon --- AltStore/Patreon/PatreonAPI.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AltStore/Patreon/PatreonAPI.swift b/AltStore/Patreon/PatreonAPI.swift index d8610145..ee6040c0 100644 --- a/AltStore/Patreon/PatreonAPI.swift +++ b/AltStore/Patreon/PatreonAPI.swift @@ -133,6 +133,7 @@ extension PatreonAPI if #available(iOS 13.0, *) { self.authenticationSession?.presentationContextProvider = self + self.authenticationSession?.prefersEphemeralWebBrowserSession = true } self.authenticationSession?.start()