The callback should stay small. Take the provider profile, find the account id, and pass it to your user service.
`SSO.Google` is a guard. It checks that Google SSO is configured before the login start route or callback runs. The start route redirects to Google, and the callback exchanges Google's `code` for a profile.