google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
478 stars 194 forks source link

Implement the component GIDUserAuthFlowController #326

Open henryhl22321 opened 1 year ago

henryhl22321 commented 1 year ago

The existing GIDSignIn implementation handles the both interactive and non-interactive authentication flow in a same method, which increase the code complexity. This refactor work will handle the interactive and non-interactive flow seperately. The component GIDUserAuthFlowController will handle the interactive user signin flow.