You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Brainstorm fix for expired ID token issue.
* Only retry once, in case of clock skew, and fix unit tests.
* Fix FIRAuthTests.
* Modify check to be for if the token will expire within 5 minutes.
* Update changelog.
Copy file name to clipboardExpand all lines: FirebaseAuth/CHANGELOG.md
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,50 +1,51 @@
1
1
# v8.12.0
2
2
-[added] Added documentation note and error logging to `getStoredUser(forAccessGroup:)` regarding tvOS keychain sharing issues. (#8878)
3
+
-[fixed] Partial fix for expired ID token issue. (#6521)
3
4
4
5
# v8.11.0
5
6
-[changed] Added a `X-Firebase-GMPID` header to network requests. (#9046)
6
7
-[fixed] Added multi-tenancy support to generic OAuth providers. (#7990)
7
-
-[fixed] macOS Extension access to Shared Keychain by adding kSecUseDataProtectionKeychain recommended key (#6876)
8
+
-[fixed] macOS Extension access to Shared Keychain by adding `kSecUseDataProtectionKeychain` recommended key. (#6876)
8
9
9
-
# 8.9.0
10
+
# v8.9.0
10
11
-[changed] Improved error logging. (#8704)
11
12
-[added] Added MFA support for email link sign-in. (#8705)
12
13
13
-
# 8.8.0
14
+
# v8.8.0
14
15
-[fixed] Fall back to reCAPTCHA for phone auth app verification if the push notification is not received before the timeout. (#8653)
15
16
16
-
# 8.6.0
17
+
# v8.6.0
17
18
-[fixed] Annotated platform-level availability using `API_UNAVAILABLE` instead of conditionally compiling certain methods with `#if` directives. (#8451)
18
19
19
-
# 8.5.0
20
+
# v8.5.0
20
21
-[fixed] Fixed an analyze issue introduced in Xcode 12.5. (#8411)
21
22
22
-
# 8.2.0
23
+
# v8.2.0
23
24
-[fixed] Fixed analyze issues introduced in Xcode 12.5. (#8210)
24
25
-[fixed] Fixed a bug in the link with email link, Game Center, and phone auth flows. (#8196)
25
26
26
-
# 8.0.0
27
+
# v8.0.0
27
28
-[fixed] Fixed a crash that occurred when assigning auth settings. (#7670)
28
29
29
-
# 7.8.0
30
+
# v7.8.0
30
31
-[fixed] Fixed auth state sharing during first app launch. (#7472)
31
32
32
-
# 7.6.0
33
+
# v7.6.0
33
34
-[fixed] Auth emulator now works across the local network. (#7350)
34
35
-[fixed] Fixed incorrect import for watchOS (#7425)
35
36
36
-
# 7.4.0
37
+
# v7.4.0
37
38
-[fixed] Check if the reverse client ID is configured as a custom URL scheme before setting it as the callback scheme. (#7211)
38
39
-[added] Add ability to sync auth state across devices. (#6924)
39
40
-[fixed] Add multi-tenancy support for email link sign-in. (#7246)
40
41
41
-
# 7.3.0
42
+
# v7.3.0
42
43
-[fixed] Catalyst browser issue with `verifyPhoneNumber` API. (#7049)
43
44
44
-
# 7.1.0
45
+
# v7.1.0
45
46
-[fixed] Fixed completion handler issue in `application(_:didReceiveRemoteNotification:fetchCompletionHandler:)` method. (#6863)
0 commit comments