Peter Andrews
Peter Andrews
GTMAppAuth stores auth state in the default keychain group. If you have the Keychain Sharing capability enabled and one or more keychain access groups defined, the default keychain group will...
How are you constructing the value for redirectURL that is passed to AppAuth? https://github.com/google/GTMAppAuth/blob/61718b0dde87463f229da82b0910f247fc1c3610/Examples/Example-iOS/Source/GTMAppAuthExampleViewController.m#L46
This sounds like an AppAuth rather than a GTMAppAuth issue. If you're not using GTMAppAuth classes you should depend directly on AppAuth rather than getting it transitively via a GTMAppAuth...
I'm unable to see the changes made to GTMAppAuthFetcherAuthorization.m here. Can you describe the issue you've fixed?
ID token parsing is now done with AppAuth's OIDIDToken class which is more cautious. Are you still seeing this crash?
You should be able to produce a static library by building the `GoogleSignIn` target which can be seen in Xcode after opening either of our sample apps.
@peterfriese thanks for bringing `swift_async_name` to our attention. This could allow us to ship Swift Concurrency support in a non-breaking fashion. However, we are planning a major release toward the...
Addressed with #187 and will go out in our next major release.
Discussed offline and decided to resume this PR once we've documented the implementation approach for the larger GIDGoogleUser refactoring.
@idrees1378 can you tell me what version of macOS you're seeing this on?