Skip to content

Commit 7888d1f

Browse files
author
Rover Release Bot 🤖
committed
Releasing 4.10.3
1 parent acedf01 commit 7888d1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/Data/Auth/AuthenticationContext.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import Foundation
1717
import os.log
1818

1919
public class AuthenticationContext {
20-
public private(set) var sdkAuthenticationEnabledDomains = Set<String>(["api.rover.io"])
21-
20+
public private(set) var sdkAuthenticationEnabledDomains = Set<String>(["*.rover.io"])
21+
2222
private var sdkAuthenticationIDTokenRefreshCallback: () -> Void = {}
2323

2424
private let userDefaults: UserDefaults

Sources/Foundation/Meta.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ import Foundation
1717

1818
public enum Meta {
1919
public static let APIVersion: Int = 2
20-
public static let SDKVersion: String = "4.10.2"
20+
public static let SDKVersion: String = "4.10.3"
2121
}

0 commit comments

Comments
 (0)