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
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 request is made before moving forward. Doing so makes the code harder to understand and easy to break. A way to improve this is by adding completion callbacks to ensure a tokenRequest is made before returning an instance of GIDAuthFlow.
The text was updated successfully, but these errors were encountered:
Issue found in: #414 (comment)
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 request is made before moving forward. Doing so makes the code harder to understand and easy to break. A way to improve this is by adding completion callbacks to ensure atokenRequest
is made before returning an instance ofGIDAuthFlow.
The text was updated successfully, but these errors were encountered: