We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acedf01 commit 7888d1fCopy full SHA for 7888d1f
Sources/Data/Auth/AuthenticationContext.swift
@@ -17,8 +17,8 @@ import Foundation
17
import os.log
18
19
public class AuthenticationContext {
20
- public private(set) var sdkAuthenticationEnabledDomains = Set<String>(["api.rover.io"])
21
-
+ public private(set) var sdkAuthenticationEnabledDomains = Set<String>(["*.rover.io"])
+
22
private var sdkAuthenticationIDTokenRefreshCallback: () -> Void = {}
23
24
private let userDefaults: UserDefaults
Sources/Foundation/Meta.swift
@@ -17,5 +17,5 @@ import Foundation
public enum Meta {
public static let APIVersion: Int = 2
- public static let SDKVersion: String = "4.10.2"
+ public static let SDKVersion: String = "4.10.3"
}
0 commit comments