Brianna Morales
Brianna Morales
GSI provides a mechanism for developers to restore previous sign-ins. The flow attempts to use authorizations stored on the device and refresh relevant tokens if they're expired. The sign-in flow...
Completing the interactive flow for VwG, one of the next steps is to consider the non-interactive flow. This portion starts whenever the user has already been verified or in the...
Utilize sample app, "DaysUntilBirthday", to include an example for the VwG flow. This includes both the ObjC and Swift sample apps.
Issue found in: https://github.com/google/GoogleSignIn-iOS/pull/414#discussion_r1607303702 The current sign-in and verify flow are brittle when processing the authorization response. The current flow will depend on an `[authFlow wait]` to ensure a token...
At the moment, we have two error domains in the GSI (`com.google.GIDSignIn` and `com.google.GIDVerify`). Keeping the existing domain (`com.google.GIDSignIn`) will be the domain for all errors from this library while...
**Description** Strict mocks in `GIDSignInTest` 'carry forward' in subsequent tests using mocked objects, like `OIDAuthState`. If test receiving error is ran before `GIDSignInTest`, then the test succeeds. **To Reproduce** Steps...
Update spm-build-test runner to macos-12. macos-11 was deprecated according to: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/#macos-11-deprecation-and-removal Updating this to macos-12 shows our codecov step is failing but found a workaround and explanation here: https://github.com/codecov/codecov-action/issues/1549
SKIP_INTEGRATION_TESTS=YES